X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=src%2Fcoloredstderr.c;h=7a36575d7a6d2cbac11eabde6c574271645f7c69;hp=727c580895b7814d18bba43ec832e905ba7ff6b4;hb=f3bda26e826fc91e069a17e2962603075fc7a483;hpb=86352712fdc5fa08777eca1458f4ef6bbe579e7b diff --git a/src/coloredstderr.c b/src/coloredstderr.c index 727c580..7a36575 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -121,7 +121,7 @@ static size_t post_string_size; /* Load alternative pre/post strings from the environment if available, fall * back to default values. */ -inline static void init_pre_post_string(void) { +static void init_pre_post_string(void) { pre_string = getenv(ENV_NAME_PRE_STRING); if (!pre_string) { pre_string = DEFAULT_PRE_STRING;