aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:15:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:15:25 +0000
commit34a2ba5cba836ebc1211b33381c648160ca71ef5 (patch)
treebe8e947aea87766c519853e6ab8fc1bd71425194 /src/zexy.c
parent9dd67c7311b245bb138545f097b60b07bb4976b5 (diff)
use t_float/t_sample instead of "float" and where appropriate
svn path=/trunk/externals/zexy/; revision=9111
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexy.c b/src/zexy.c
index 94d6779..0451a9b 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -166,4 +166,4 @@ void verbose(int level, const char *fmt, ...){
post("zverbose(%d): %s", level, buf);
}
-#endif \ No newline at end of file
+#endif