diff decoders/voc.c @ 114:dd95a12539fd

Changed an #if defined to #ifdef, for consistency with the other decoders.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 04 Oct 2001 19:35:53 +0000
parents 40de367eb59e
children 1df5c106504e
line wrap: on
line diff
--- a/decoders/voc.c	Thu Oct 04 01:22:03 2001 +0000
+++ b/decoders/voc.c	Thu Oct 04 19:35:53 2001 +0000
@@ -41,7 +41,7 @@
 #  include <config.h>
 #endif
 
-#if (defined SOUND_SUPPORTS_VOC)
+#ifdef SOUND_SUPPORTS_VOC
 
 #include <stdio.h>
 #include <stdlib.h>