X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=5a2e659d159e6b6225b5ec94adc2796138d5b358;hp=c20bb7ac98c5d05a9c63c9103a69873b257f0dad;hb=56df9bb38aa4725f9244a7898d765608d8a1fffa;hpb=b0cbef19d0c704d570f42f8de80fe43664ada9f0 diff --git a/gui.c b/gui.c index c20bb7ac..5a2e659d 100644 --- a/gui.c +++ b/gui.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. */ @@ -526,7 +526,7 @@ static int add_output_line(char *line, void *data) static int loglevel; -__printf_2_3 void curses_log(int ll, const char *fmt,...) +static __printf_2_3 void curses_log(int ll, const char *fmt,...) { int color; char *msg;