diff draw.c @ 84:052fe7498930

ordered variables in structs and source files alphabetically
author Anselm R. Garbe <garbeam@wmii.de>
date Mon, 17 Jul 2006 09:12:29 +0200
parents aabebd6e61f3
children c498da7520c7
line wrap: on
line diff
--- a/draw.c	Mon Jul 17 08:37:37 2006 +0200
+++ b/draw.c	Mon Jul 17 09:12:29 2006 +0200
@@ -8,7 +8,7 @@
 #include <string.h>
 #include <X11/Xlocale.h>
 
-/* static functions */
+/* static */
 
 static void
 drawborder(void)
@@ -90,7 +90,7 @@
 	}
 }
 
-/* extern functions */
+/* extern */
 
 void
 drawall()