1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +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) {
printf("FATAL ERROR:\n");
printf(msg);
printf("\n");
printf("%s\n", msg);
exit(1);
}