Formatting stuff. Convert tabs to spaces, shorten lines to 80, etc. First
[neverball] / ball / demo.h
index f0d1f4f..db27eb9 100644 (file)
@@ -9,7 +9,7 @@
 /* Demo information structure (header) */
 struct demo
 {
-    char   name[MAXNAM];      /* demo basename */
+    char   name[PATHMAX];      /* demo basename */
     char   filename[PATHMAX]; /* demo path */
 
     /* The following reflects the file structure */