aboutsummarylogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-17 09:12:29 +0200
committerAnselm R. Garbe2006-07-17 09:12:29 +0200
commitfb292c1c7ba71442733348671a923808601ed6cf (patch)
tree65d6bc315f946d71c1aef3e3e6026bbe2458340e /util.c
parent44e9754f2ef5b1b9e79bbe7e43acc10060164a7d (diff)
downloadaur-fb292c1c7ba71442733348671a923808601ed6cf.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 f7e3e6fe5fae..3e5fd1e074c0 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)