modified to test spec.c 1.4

CVS patchset: 17
CVS date: 1995/12/13 16:00:19
This commit is contained in:
root 1995-12-13 16:00:19 +00:00
parent 4ca07d7be8
commit ee28a4d263
1 changed files with 1 additions and 1 deletions

View 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);