about summary refs log tree commit diff stats
path: root/util.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-17 09:12:29 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-17 09:12:29 +0200
commitbf357945070a9f4722b8dcbf61d61b34d1aae0aa (patch)
tree042634c777b10f3689d9aa530db54dddaa14cf12 /util.c
parente7438365417ba4bb0cff56b44b029c797be18fe5 (diff)
downloaddwm-bf357945070a9f4722b8dcbf61d61b34d1aae0aa.tar.gz
ordered variables in structs and source files alphabetically
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index f7e3e6f..3e5fd1e 100644
--- a/util.c
+++ b/util.c
@@ -10,7 +10,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
-/* 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)