diff options
author | pacien | 2017-12-02 20:45:22 +0100 |
---|---|---|
committer | pacien | 2017-12-02 20:45:58 +0100 |
commit | c202e46b001238de48b500c55f7392c53655d140 (patch) | |
tree | f953a0557f534f66b5b62932c2fa6e7c39f6d0be /include/common/error.h | |
parent | 28fee77230c77ae3429544b40df5a992769add53 (diff) | |
download | morpher-c202e46b001238de48b500c55f7392c53655d140.tar.gz |
Update doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/common/error.h')
-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 522d646..22c2630 100644 --- a/include/common/error.h +++ b/include/common/error.h | |||
@@ -16,7 +16,7 @@ | |||
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: |
20 | * *msg - error message to log | 20 | * *msg - error message to log |
21 | */ | 21 | */ |
22 | void rage_quit(const char *msg); | 22 | void rage_quit(const char *msg); |