From 9e5b1dbdc05765ffba00e61bb5a0518c3cda9336 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Sun, 22 May 2005 20:48:00 +0000 Subject: removed obsolete externals, updated for win compilation svn path=/trunk/externals/ggee/; revision=3070 --- signal/stream.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'signal/stream.h') diff --git a/signal/stream.h b/signal/stream.h index 331cf30..3ccc205 100755 --- a/signal/stream.h +++ b/signal/stream.h @@ -8,8 +8,7 @@ #define SF_ALAW 20 #define SF_MP3 30 -#define SF_SIZEOF(a) (a == SF_FLOAT ? sizeof(t_float) : \ - a == SF_16BIT ? sizeof(short) : 1) +#define SF_SIZEOF(a) (a == SF_FLOAT ? sizeof(t_float) : a == SF_16BIT ? sizeof(short) : 1) -- cgit v1.2.1