X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Fcoloredstderr.c;h=eae164dd93d168856440fbfbf09209cdd94eb60b;hp=d0c5494e27d27308b35096d418c032f3c1e2f143;hb=7c2d726cd4c2716e9c211b5a5ab5d7713e1dfc5e;hpb=732d4d636d8f2362895f4979ef853c56ddf12caf diff --git a/src/coloredstderr.c b/src/coloredstderr.c index d0c5494..eae164d 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -243,9 +243,9 @@ HOOK_VOID1(void, perror, STDERR_FILENO, /* error(3) */ #ifdef HAVE_ERROR_H -static void error_vararg(int status, int errnum, - char const *filename, unsigned int linenum, - char const *format, va_list ap) { +static void error_vararg(int status, int errnum, + char const *filename, unsigned int linenum, + char const *format, va_list ap) { static char const *last_filename; static unsigned int last_linenum;