X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fcoloredstderr.c;h=eae164dd93d168856440fbfbf09209cdd94eb60b;hb=7c2d726cd4c2716e9c211b5a5ab5d7713e1dfc5e;hp=d0c5494e27d27308b35096d418c032f3c1e2f143;hpb=357a499884543ec285238c9ec6c53565fa4d5b48;p=coloredstderr%2Fcoloredstderr.git 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;