summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-29 19:39:10 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-29 19:39:10 +0000
commitf65f66d8283dfd1ec992093c71952297b7894c11 (patch)
tree03b39b4042ccc3e3cb1567d4619a8cd5d4cdf376
parentf43b2a3f2e3933e8de59d31964efc608f1c962ce (diff)
downloadxine-lib-f65f66d8283dfd1ec992093c71952297b7894c11.tar.gz
xine-lib-f65f66d8283dfd1ec992093c71952297b7894c11.tar.bz2
Typo fix.
CVS patchset: 8080 CVS date: 2006/06/29 19:39:10
-rw-r--r--src/input/vcd/xine-extra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/xine-extra.c b/src/input/vcd/xine-extra.c
index 37f879571..0b5e01c13 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.3 2006/06/29 19:38:19 dgp85 Exp $
+ $Id: xine-extra.c,v 1.4 2006/06/29 19:39:10 dgp85 Exp $
Copyright (C) 2002 Rocky Bernstein <rocky@panix.com>
@@ -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)
{