X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=aebd88c29342815c8f6773aa08f81068f2bb999b;hb=fe3f7d4c635b265c58efd5bc420d32135ec7903e;hp=adc0792f1ce8b1e9e938b7503faf45edc724fdb9;hpb=31a1fdf921bf767154470e94f0f28c299d56cd5a;p=coloredstderr%2Fcoloredstderr.git diff --git a/src/debug.h b/src/debug.h index adc0792..aebd88c 100644 --- a/src/debug.h +++ b/src/debug.h @@ -62,7 +62,7 @@ static void debug(char const *format, ...) { static void warning(char const *format, ...) { va_list ap; - char *home = getenv("HOME"); + char const *home = getenv("HOME"); if (!home) { return; }