X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mm.c;h=a9f4b9bd258f8f9e36733ea0fe295086ea0b3a49;hp=885b6307d80bfc86664f1933daef52988260574b;hb=64a9cf5877ab9ecf6410596d657914f26830d3f7;hpb=ce840490da9fd68cfee0dcdf719a0915e0aa26c1 diff --git a/mm.c b/mm.c index 885b6307..a9f4b9bd 100644 --- a/mm.c +++ b/mm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -32,7 +32,7 @@ enum mood_comparator_id {MOOD_COMPARATORS NUM_MOOD_COMPARATORS}; #undef MC #define MC(a, b) # b, -const char const *mood_comparators[] = {MOOD_COMPARATORS}; +static const char const *mood_comparators[] = {MOOD_COMPARATORS}; #undef MC static int parse_mood_comparator(const char *word)