From f43b2a3f2e3933e8de59d31964efc608f1c962ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 29 Jun 2006 19:38:19 +0000 Subject: Fix GCC crazyness, add the missing parenthesis. CVS patchset: 8079 CVS date: 2006/06/29 19:38:19 --- src/input/vcd/xine-extra.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/vcd/xine-extra.c b/src/input/vcd/xine-extra.c index 4c41ca6be..37f879571 100644 --- a/src/input/vcd/xine-extra.c +++ b/src/input/vcd/xine-extra.c @@ -1,5 +1,5 @@ /* - $Id: xine-extra.c,v 1.2 2006/06/29 12:28:06 dgp85 Exp $ + $Id: xine-extra.c,v 1.3 2006/06/29 19:38:19 dgp85 Exp $ Copyright (C) 2002 Rocky Bernstein @@ -40,7 +40,7 @@ static xine_t *my_xine = NULL; prints it to stream. */ -static void __attribute__(__format__(__printf__(4, 0))) +static void __attribute__((__format__(__printf__(4, 0)))) xine_vflog(xine_t *this, FILE *stream, int buf, const char *format, va_list args) { -- cgit v1.2.3