From f3bda26e826fc91e069a17e2962603075fc7a483 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 10 Jun 2013 06:25:05 +0200 Subject: [PATCH] Don't mark init_pre_post_string() as inline. --- src/coloredstderr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2