X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mm.c;h=902e41f0d59cc40589f7cf8aa1254a1811b5b08f;hp=a9f4b9bd258f8f9e36733ea0fe295086ea0b3a49;hb=5e12f77a5b2a76c8a6f19a96958e0992962573db;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/mm.c b/mm.c index a9f4b9bd..902e41f0 100644 --- a/mm.c +++ b/mm.c @@ -1,12 +1,11 @@ /* - * Copyright (C) 2007-2011 Andre Noll + * Copyright (C) 2007 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, -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) @@ -204,7 +203,7 @@ struct mm_year_data { static int mm_year_parser(int argc, char **argv, void **private) { - int ret = -E_MOOD_SYNTAX; + int ret; struct mm_year_data *mmyd = para_malloc(sizeof(*mmyd)); time_t current_time; struct tm *gmt;