summaryrefslogtreecommitdiff
path: root/dvbspu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-12-18 14:51:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2020-12-18 14:51:57 +0100
commit7ade54dfd75110cbca746af279c76ddedbcfcb77 (patch)
treee043074b012b565cf1e2ef8cbf51b12100c1e3ab /dvbspu.c
parent45fde332a02b1ab11546f1663c63b9b3f34ea1a7 (diff)
downloadvdr-7ade54dfd75110cbca746af279c76ddedbcfcb77.tar.gz
vdr-7ade54dfd75110cbca746af279c76ddedbcfcb77.tar.bz2
Fixed a compiler warning
Diffstat (limited to 'dvbspu.c')
-rw-r--r--dvbspu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbspu.c b/dvbspu.c
index 6b3c2162..a277f425 100644
--- a/dvbspu.c
+++ b/dvbspu.c
@@ -8,7 +8,7 @@
*
* parts of this file are derived from the OMS program.
*
- * $Id: dvbspu.c 2.11 2013/02/22 15:25:16 kls Exp $
+ * $Id: dvbspu.c 4.1 2020/12/18 14:51:57 kls Exp $
*/
#include "dvbspu.h"
@@ -38,7 +38,7 @@
#ifdef SPUDEBUG
#define DEBUG(format, args...) printf (format, ## args)
#else
-#define DEBUG(format, args...)
+#define DEBUG(format, args...) void()
#endif
// --- cDvbSpuPalette---------------------------------------------------------