X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mm.c;h=82b6fe60aaea5b22fff01f8f36fa4c66c70cdbdf;hp=ead20681f781427f1c1d27aec015bc64f79ff9e0;hb=fc16e6c98742b4ebe6d3130f0f56ac143806c084;hpb=fae6ed3cc6d240eefcc111bdd04f637e3cda5dd0 diff --git a/mm.c b/mm.c index ead20681..82b6fe60 100644 --- a/mm.c +++ b/mm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2014 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, -static const char const *mood_comparators[] = {MOOD_COMPARATORS}; +static const char *mood_comparators[] = {MOOD_COMPARATORS}; #undef MC static int parse_mood_comparator(const char *word)