From bf357945070a9f4722b8dcbf61d61b34d1aae0aa Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 17 Jul 2006 09:12:29 +0200 Subject: ordered variables in structs and source files alphabetically --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index f7e3e6f..3e5fd1e 100644 --- a/util.c +++ b/util.c @@ -10,7 +10,7 @@ #include #include -/* static functions */ +/* static */ static void bad_malloc(unsigned int size) @@ -20,7 +20,7 @@ bad_malloc(unsigned int size) exit(1); } -/* extern functions */ +/* extern */ void * emallocz(unsigned int size) -- cgit v1.2.3-54-g00ecf