fixed warnings in main.c regarding whiteapace and declaration of main
This commit is contained in:
parent
488acc9b1f
commit
95f6b4ddc1
|
@ -33,9 +33,9 @@ void setup(void)
|
|||
DEBUG("finished starting up gemstone...");
|
||||
}
|
||||
|
||||
int main() {
|
||||
int main(void) {
|
||||
setup();
|
||||
|
||||
yyparse();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue