diff options
Diffstat (limited to 'src/timeout.c')
-rw-r--r-- | src/timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeout.c b/src/timeout.c index 74f453d99..8f919ec53 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -61,7 +61,7 @@ void check_timeouts(void) } if (debug >= 4) { alog("debug: Running timeout 0x%p (code=0x%p repeat=%d)", - (void *) to, to->code, to->repeat); + (void *) to, (void *) to->code, to->repeat); } to->code(to); if (to->repeat) { |