X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=notiming.c;h=5fe440389e0b95f6a191a7faf4dcd69e9dbbe319;hb=0249dd0a312f456452de834e3c7b9b94ec80fce4;hp=384fa670a8f7d02df45cc958c9613dfd9f8b033c;hpb=0a4b6612fb51ff7c5f7c291544714277c2ea4e59;p=PuTTY.git 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; }