modified to test spec.c 1.4
authorroot <devnull@localhost>
Wed, 13 Dec 1995 16:00:19 +0000 (16:00 +0000)
committerroot <devnull@localhost>
Wed, 13 Dec 1995 16:00:19 +0000 (16:00 +0000)
CVS patchset: 17
CVS date: 1995/12/13 16:00:19

build/build.c

index eaa6e9a..8475db6 100644 (file)
@@ -7,7 +7,7 @@ void main(int argc, char **argv)
     FILE *f;
 
     setVerbosity(MESS_DEBUG);
-    
+
     f = fopen(argv[1], "r");
     parseSpec(f);
     fclose(f);