Browse Source

build opt 4

David Rose 18 years ago
parent
commit
f58416a234
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/audio/config_audio.h

+ 1 - 1
panda/src/audio/config_audio.h

@@ -74,7 +74,7 @@ extern EXPCL_PANDA_AUDIO ConfigVariableInt audio_output_channels;
   } else {}
 #else //][
   // Release build:
-  #define audio_debug(msg) ((void)0)
+  #define audio_debug(msg) ((void)0);
 #endif //]
 
 #define audio_info(msg) \