summaryrefslogtreecommitdiff
path: root/src/common/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/error.c')
-rw-r--r--src/common/error.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/error.c b/src/common/error.c
index f28a6cd..02ce788 100644
--- a/src/common/error.c
+++ b/src/common/error.c
@@ -2,6 +2,13 @@
2#include <stdlib.h> 2#include <stdlib.h>
3#include <stdio.h> 3#include <stdio.h>
4 4
5/**
6 * File: error.c
7 *
8 * Author:
9 * Pacien TRAN-GIRARD
10 */
11
5void rage_quit(const char *msg) { 12void rage_quit(const char *msg) {
6 fprintf(stderr, "FATAL ERROR: %s\n", msg); 13 fprintf(stderr, "FATAL ERROR: %s\n", msg);
7 exit(1); 14 exit(1);