1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

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

View File

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