# HG changeset patch # User nkeynes # Date 1096696179 0 # Node ID 6e3663e58565f8224d575774680ff4dc20dd2318 # Parent d85c2e81ce2ded5b52eed210b56d25cb3da5dc58 compile fix --- a/src/watch.c Sat Oct 02 05:49:23 2004 +0000 +++ b/src/watch.c Sat Oct 02 05:49:39 2004 +0000 @@ -45,7 +45,7 @@ return; int num = watch - watch_arr; if( num < 0 || num >= watch_capacity ) - return NULL; + return; watch->start = watch->end = 0; watch->flags = 0; watch_count--;