X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=911a440fb0f83feb30c039351cd2216a81958c28;hb=04334418fcce94a1b528bd4c935d8126876bda04;hp=5e5cc6d937ef55e7e73de1f62310183daa40bb8a;hpb=f30dbbd26d18e3014762ccc37b8e5ab65b596b35;p=coloredstderr%2Fcoloredstderr.git diff --git a/src/debug.h b/src/debug.h index 5e5cc6d..911a440 100644 --- a/src/debug.h +++ b/src/debug.h @@ -36,7 +36,7 @@ static void debug_write(int fd, int first_call, char const *format, va_list ap) DLSYM_FUNCTION(real_close, "close"); if (first_call) { - char nl = '\n'; + char const nl = '\n'; real_write(fd, &nl, 1); } real_write(fd, buffer, (size_t)written);