diff options
Diffstat (limited to 'src/libspudec/spu.c')
-rw-r--r-- | src/libspudec/spu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index b52429a4f..4892233b5 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -19,7 +19,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * -* $Id: spu.c,v 1.11 2001/09/06 18:38:12 jkeil Exp $ +* $Id: spu.c,v 1.12 2001/09/18 19:01:27 jcdutton Exp $ * *****/ @@ -81,7 +81,7 @@ #else /* !DEBUG */ -# ifdef __GNUC_ +# ifdef __GNUC__ # define LOG(lvl, fmt...) # else # define LOG(lvl, ...) |