From 1f74b681cb08f01e1f645b3182167908f18e3808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 12 Apr 2005 13:27:42 +0000 Subject: code cleanup svn path=/trunk/externals/zexy/; revision=2737 --- src/sfrecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sfrecord.c') diff --git a/src/sfrecord.c b/src/sfrecord.c index 2aa9515..35535bc 100644 --- a/src/sfrecord.c +++ b/src/sfrecord.c @@ -103,7 +103,7 @@ to split them on different ticks in steps of SFRECORD_WAITTICKS to avoid peak performance */ /* like the one from garray */ -static int sfrecord_am_i_big_endian() +static int sfrecord_am_i_big_endian(void) { unsigned short s = 1; unsigned char c = *(char *) (&s); -- cgit v1.2.1