Really mean it about strict C99 compliance.

This commit is contained in:
Jason S. Ninneman 2017-05-29 09:30:37 -07:00
parent 4beb21e08f
commit 519d8f07e6
5 changed files with 15 additions and 6 deletions

2
main.c
View file

@ -8,6 +8,7 @@
#include <stdbool.h>
#include <getopt.h>
#include <signal.h>
#include <time.h>
#include "main.h"
#include "database.h"
#include "misc.h"
@ -920,4 +921,5 @@ L12400: LIMIT= -1;
L18999: RSPEAK(SPK);
L19000: RSPEAK(136);
score(0);
return true;
}