]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Don't mark init_pre_post_string() as inline.
authorSimon Ruderich <simon@ruderich.org>
Mon, 10 Jun 2013 04:25:05 +0000 (06:25 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 10 Jun 2013 12:05:51 +0000 (14:05 +0200)
src/coloredstderr.c

index 727c580895b7814d18bba43ec832e905ba7ff6b4..7a36575d7a6d2cbac11eabde6c574271645f7c69 100644 (file)
@@ -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;