diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 0e635b99..d02e6b7b 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -8,7 +8,7 @@ // These were used when improved line breaking and hyphenation were implemented. // Should be, bit by bit, replaced by RTFL (see ../lout/debug.hh). -#define PRINTF(fmt, ...) +#define PRINTF(...) #define PUTCHAR(ch) #ifdef DBG_RTFL |