fix last commit

This commit is contained in:
Pavol Rusnak 2017-04-17 18:56:08 +02:00
parent 795875523b
commit d131dc7405
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
void __attribute__((noreturn)) __fatal_error(const char *msg) {
printf("FATAL ERROR:\n");
printf(msg);
printf("\n");
printf("%s\n", msg);
exit(1);
}