From: Timo Kokkonen Date: Sun, 11 Apr 2010 09:18:59 +0000 (+0300) Subject: quadtree: Fix minor coding convention issue X-Git-Url: http://git.itanic.dy.fi/?p=sdl-planets;a=commitdiff_plain;h=9cc3339b6ad546138018c3e5ebc871a275307a11 quadtree: Fix minor coding convention issue Signed-off-by: Timo Kokkonen --- diff --git a/quadtree.c b/quadtree.c index e827595..f188d80 100644 --- a/quadtree.c +++ b/quadtree.c @@ -9,7 +9,7 @@ #define debug 0 #endif -static void trap(void ) +static void trap(void) { if (debug) exit(1);