Argh! I broke the static hints parser at the last minute on freefall when
I added the $FreeBSD$ (commented) line. Fix: 1: s/break/continue/ 2: will somebody please shoot me! :-]
This commit is contained in:
parent
c4b8db0095
commit
76631bb35a
@ -253,7 +253,7 @@ makefile(void)
|
||||
}
|
||||
/* anything left? */
|
||||
if (*line == '\0')
|
||||
break;
|
||||
continue;
|
||||
fprintf(ofp, "\"%s\\0\"\n", line);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user