X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mm.c;h=902e41f0d59cc40589f7cf8aa1254a1811b5b08f;hp=140f236a5d59b2ec51e185f10f8f75fca2048545;hb=e70beecd3fa6378aadf8773660741873023befcf;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd diff --git a/mm.c b/mm.c index 140f236a..902e41f0 100644 --- a/mm.c +++ b/mm.c @@ -1,12 +1,11 @@ /* - * Copyright (C) 2007-2012 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 @@ -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;