Fix compiling al.h with C++

This commit is contained in:
Chris Robinson
2012-04-24 02:51:23 -07:00
parent 31d124582b
commit 4188a5f3f3
+1 -1
View File
@@ -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 */