X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Fdebug.h;h=b15695d068b18ddac26720cc3d909600232a78a0;hp=5e5cc6d937ef55e7e73de1f62310183daa40bb8a;hb=8a65b4486febf00e3fad5bafc3773a811e675a4c;hpb=f30dbbd26d18e3014762ccc37b8e5ab65b596b35 diff --git a/src/debug.h b/src/debug.h index 5e5cc6d..b15695d 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ /* * Debug functions. * - * Copyright (C) 2013 Simon Ruderich + * Copyright (C) 2013-2015 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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);