Deal with 0 length args...

Approved by:	kib
This commit is contained in:
Robert Noland 2008-12-21 22:30:37 +00:00
parent b02ae948bb
commit 213ab42e6b

View File

@ -38,7 +38,7 @@
#ifdef AGP_DEBUG
#define AGP_DPF(fmt, ...) do { \
printf("agp: " fmt, __VA_ARGS__); \
printf("agp: " fmt, ##__VA_ARGS__); \
} while (0)
#else
#define AGP_DPF(fmt, ...) do {} while (0)