diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-29 12:28:06 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-29 12:28:06 +0000 |
commit | fb195a9ef3010068f663faaf2ee284749af314a5 (patch) | |
tree | a0f87d9af3ca63e7538f4d36731fc25c9e696e6a /src/input/vcd | |
parent | a4317ba4c8a7d96075802f98db257378381ff288 (diff) | |
download | xine-lib-fb195a9ef3010068f663faaf2ee284749af314a5.tar.gz xine-lib-fb195a9ef3010068f663faaf2ee284749af314a5.tar.bz2 |
Add missing format attributes for in-xine code.
CVS patchset: 8078
CVS date: 2006/06/29 12:28:06
Diffstat (limited to 'src/input/vcd')
-rw-r--r-- | src/input/vcd/xine-extra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/xine-extra.c b/src/input/vcd/xine-extra.c index 27c89da22..4c41ca6be 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.1 2003/10/13 11:47:11 f1rmb Exp $ + $Id: xine-extra.c,v 1.2 2006/06/29 12:28:06 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 +static void __attribute__(__format__(__printf__(4, 0))) xine_vflog(xine_t *this, FILE *stream, int buf, const char *format, va_list args) { |