From 4188a5f3f30bf96536b98f8555c146d0f0706eb4 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 24 Apr 2012 02:51:23 -0700 Subject: Fix compiling al.h with C++ --- include/AL/al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/AL') 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 */ -- cgit v1.2.3