1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186385

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)