diff options
-rw-r--r-- | lib/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ void error_exit_raw(char *msg) void perror_exit_raw(char *msg) { - error_exit("%s", msg); + perror_exit("%s", msg); } // Keep reading until full or EOF |