diff options
Diffstat (limited to 'include/common')
-rw-r--r-- | include/common/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/error.h b/include/common/error.h index 22c2630..69104cb 100644 --- a/include/common/error.h +++ b/include/common/error.h | |||
@@ -13,7 +13,7 @@ | |||
13 | #define OUT_OF_MEMORY_ERROR "Out of memory" | 13 | #define OUT_OF_MEMORY_ERROR "Out of memory" |
14 | 14 | ||
15 | /** | 15 | /** |
16 | * Function: rage quit | 16 | * Function: rage_quit |
17 | * Logs the supplied error message to stderr before exiting the program with an error status code. | 17 | * Logs the supplied error message to stderr before exiting the program with an error status code. |
18 | * | 18 | * |
19 | * Parameters: | 19 | * Parameters: |