aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-12-05 08:52:50 +0100
committerTharre <tharre3@gmail.com>2014-12-05 08:52:50 +0100
commitb8ffd5621f5495b0ad1a92a67b51b7e0e15b0b6e (patch)
tree991917a3be44acfed12922162f7f7443f4d919f7 /src/util.c
parent622bdcb7e36498b2bfdc193b00cf690a6a11512b (diff)
downloadredo-b8ffd5621f5495b0ad1a92a67b51b7e0e15b0b6e.tar.gz
redo-b8ffd5621f5495b0ad1a92a67b51b7e0e15b0b6e.tar.xz
redo-b8ffd5621f5495b0ad1a92a67b51b7e0e15b0b6e.zip
Improve error message handling for debugging
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index a871588..bd7e0bf 100644
--- a/src/util.c
+++ b/src/util.c
@@ -21,7 +21,7 @@
/* Print a given formated error message and die. */
-extern void __attribute__((noreturn)) die(const char *err, ...) {
+extern void __attribute__((noreturn)) die_(const char *err, ...) {
assert(err);
va_list ap;
va_start(ap, err);