X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=40b4623cf2219321ed21970a846f016dce4e1b39;hp=48faed83124baeea273337ae950b0e88aeb8fc03;hb=de9a70360fcd3b5285d280ad1f229f679d453603;hpb=e17be827920796088151f2d3c709e7066b70cc54 diff --git a/fade.c b/fade.c index 48faed83..40b4623c 100644 --- a/fade.c +++ b/fade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2008 Andre Noll + * Copyright (C) 1998-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -28,7 +28,7 @@ INIT_FADE_ERRLISTS; struct fade_args_info conf; -void para_log(__a_unused int ll, const char *fmt,...) +__printf_2_3 void para_log(__a_unused int ll, const char *fmt, ...) { va_list argp; time_t t1;