X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mm.c;h=902e41f0d59cc40589f7cf8aa1254a1811b5b08f;hp=bcaee998940135dc20fd5d8ff9a4c8af355ba19c;hb=fb9bb2beb2aea456d99cd93f6badc0b3164b3e29;hpb=06cf1943be32153d075ea90a5da12ac93ab2e90a diff --git a/mm.c b/mm.c index bcaee998..902e41f0 100644 --- a/mm.c +++ b/mm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Andre Noll + * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -203,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;