From 9cc3339b6ad546138018c3e5ebc871a275307a11 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sun, 11 Apr 2010 12:18:59 +0300 Subject: [PATCH] quadtree: Fix minor coding convention issue Signed-off-by: Timo Kokkonen --- quadtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.44.0