]> git.notmuchmail.org Git - notmuch/blobdiff - util/error_util.c
hex-escape: (en|de)code strings to/from restricted character set
[notmuch] / util / error_util.c
index 630d22817539b39c4da66db3f84f647abef6187e..d6e60fc99e4e3dfb0de12fc5ebca09177f8fdea6 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "error_util.h"
 
-int
+void
 _internal_error (const char *format, ...)
 {
     va_list va_args;
@@ -35,7 +35,5 @@ _internal_error (const char *format, ...)
     vfprintf (stderr, format, va_args);
 
     exit (1);
-
-    return 1;
 }