X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mm.c;h=c87b471d04f1da1e462d43ecb88ecc83bd7a6592;hp=5ce3476eca25fc8f5304ae81d04c1f526c1b199a;hb=6f68e76a0cfe31757c4e7158ca30f4c85b8a8774;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 diff --git a/mm.c b/mm.c index 5ce3476e..c87b471d 100644 --- a/mm.c +++ b/mm.c @@ -1,12 +1,11 @@ /* - * Copyright (C) 2007-2013 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 @@ -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;