X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mm.c;h=c87b471d04f1da1e462d43ecb88ecc83bd7a6592;hb=72468e97b630d07e3ccf982631f5f3ba2c3d9409;hp=82b6fe60aaea5b22fff01f8f36fa4c66c70cdbdf;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d;p=paraslash.git diff --git a/mm.c b/mm.c index 82b6fe60..c87b471d 100644 --- a/mm.c +++ b/mm.c @@ -6,7 +6,6 @@ /** \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;