X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fade.c;h=c1d15d723b66aa252f10a349e27b4b52d5cd9552;hb=418050d3422358c01ea4a87a3a58d6e53fb69436;hp=878b83a17e26f40da9c33c6035dba345353257d4;hpb=9d75ded33ce6664156acb07e311f51d55970bbea;p=paraslash.git diff --git a/fade.c b/fade.c index 878b83a1..c1d15d72 100644 --- a/fade.c +++ b/fade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2013 Andre Noll + * Copyright (C) 1998-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -27,7 +27,7 @@ static struct mixer supported_mixer[] = {MIXER_ARRAY}; #define FOR_EACH_MIXER(i) for ((i) = 0; (i) < NUM_SUPPORTED_MIXERS; (i)++) static int loglevel; -__printf_2_3 void date_log(int ll, const char *fmt, ...) +static __printf_2_3 void date_log(int ll, const char *fmt, ...) { va_list argp; time_t t1;