aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-04-24 02:51:23 -0700
committerChris Robinson <[email protected]>2012-04-24 02:51:23 -0700
commit4188a5f3f30bf96536b98f8555c146d0f0706eb4 (patch)
tree0df4a5abb7017f43d08a42c4210cdc04cab49b14 /include
parent31d124582be210293d9c9a4c9e392717737d9ac0 (diff)
Fix compiling al.h with C++
Diffstat (limited to 'include')
-rw-r--r--include/AL/al.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/AL/al.h b/include/AL/al.h
index 9e10485c..aac8ffc1 100644
--- a/include/AL/al.h
+++ b/include/AL/al.h
@@ -649,7 +649,7 @@ typedef void (AL_APIENTRY *LPALSPEEDOFSOUND)(ALfloat value);
typedef void (AL_APIENTRY *LPALDISTANCEMODEL)(ALenum distanceModel);
#if defined(__cplusplus)
-} / *extern "C" */
+} /* extern "C" */
#endif
#endif /* AL_AL_H */