Fix syntax error

This commit is contained in:
Julien Wadel 2022-03-24 08:42:43 +01:00
parent 418a000eee
commit ac1206450b

View file

@ -39,8 +39,9 @@ void cleanStream(){
fflush(stderr);
fclose(gStream);
}
}
#endif
}
int main (int argc, char *argv[]) {
#ifdef __APPLE__