diff decoders/shn.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 8a5a1c61d3c6
line wrap: on
line diff
--- a/decoders/shn.c	Thu Oct 04 01:22:03 2001 +0000
+++ b/decoders/shn.c	Thu Oct 04 19:35:53 2001 +0000
@@ -45,7 +45,7 @@
 #  include <config.h>
 #endif
 
-#if (defined SOUND_SUPPORTS_SHN)
+#ifdef SOUND_SUPPORTS_SHN
 
 #include <stdio.h>
 #include <stdlib.h>