filename | src/watch.c |
changeset | 6:6e3663e58565 |
prev | 2:42349f6ea216 |
next | 480:d28c2992f5ee |
author | nkeynes |
date | Sat Oct 06 09:03:24 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Fix compilation warnings |
file | annotate | diff | log | raw |
1.1 --- a/src/watch.c Sat Aug 21 06:15:49 2004 +00001.2 +++ b/src/watch.c Sat Oct 06 09:03:24 2007 +00001.3 @@ -45,7 +45,7 @@1.4 return;1.5 int num = watch - watch_arr;1.6 if( num < 0 || num >= watch_capacity )1.7 - return NULL;1.8 + return;1.9 watch->start = watch->end = 0;1.10 watch->flags = 0;1.11 watch_count--;
.