X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/860a34f8738776bc2863499ffd09cff6c4cea8fc..4d9b8cfde347c30066cdcf1002fb6d4b02bdc808:/notiming.c diff --git a/notiming.c b/notiming.c index 384fa670..5fe44038 100644 --- a/notiming.c +++ b/notiming.c @@ -11,7 +11,7 @@ #include "putty.h" -long schedule_timer(int ticks, timer_fn_t fn, void *ctx) +unsigned long schedule_timer(int ticks, timer_fn_t fn, void *ctx) { return 0; }