summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2003-07-19 16:45:38 +0000
committerRobin KAY <komadori@users.sourceforge.net>2003-07-19 16:45:38 +0000
commit1dc79a52d80122f587f3df231780572cd3ae4750 (patch)
tree91853e479bdb1fb5f6b8e992581bdcc939de3b63
parentfa5714519c5480026bafe937bf49325b60309b70 (diff)
downloadxine-lib-1dc79a52d80122f587f3df231780572cd3ae4750.tar.gz
xine-lib-1dc79a52d80122f587f3df231780572cd3ae4750.tar.bz2
Fix gcc specific marco format.
CVS patchset: 5192 CVS date: 2003/07/19 16:45:38
-rw-r--r--src/input/input_gnome_vfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c
index 95df1383f..9bed1865b 100644
--- a/src/input/input_gnome_vfs.c
+++ b/src/input/input_gnome_vfs.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_gnome_vfs.c,v 1.11 2003/06/24 21:38:31 hadess Exp $
+ * $Id: input_gnome_vfs.c,v 1.12 2003/07/19 16:45:38 komadori Exp $
*/
@@ -33,8 +33,8 @@
#include <libgnomevfs/gnome-vfs.h>
-#define D(x...)
-/* #define D(x...) g_message (x) */
+#define D(...)
+/* #define D(...) g_message (__VA_ARGS__) */
/* #define LOG */
typedef struct {