X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mm.c;h=bcaee998940135dc20fd5d8ff9a4c8af355ba19c;hb=06cf1943be32153d075ea90a5da12ac93ab2e90a;hp=885b6307d80bfc86664f1933daef52988260574b;hpb=7cd6e84f08240d3604ddb36ecd3c7b1ec6990446;p=paraslash.git diff --git a/mm.c b/mm.c index 885b6307..bcaee998 100644 --- a/mm.c +++ b/mm.c @@ -1,12 +1,11 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file mm.c Paraslash's mood methods. */ -#include #include #include #include @@ -32,7 +31,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 *mood_comparators[] = {MOOD_COMPARATORS}; #undef MC static int parse_mood_comparator(const char *word)