X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.c;h=982f68844b9311b464b4820b158ea7e5adec1fc1;hb=b74c8941e36860a34483782cf91e449212401664;hp=588507154bfb0e620b256c08c2ce6914b1b7c0e6;hpb=e37500d29b2b699762e1aa196b14c41303bb1055;p=paraslash.git diff --git a/gui.c b/gui.c index 58850715..982f6884 100644 --- a/gui.c +++ b/gui.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. */ @@ -489,7 +489,7 @@ static int add_output_line(char *line, __a_unused void *data) return 1; } -void para_log(int ll, const char *fmt,...) +__printf_2_3 void para_log(int ll, const char *fmt,...) { int color; char *msg;