Search
lxdream.org :: lxdream/src/watch.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/watch.c
changeset 6:6e3663e58565
prev2:42349f6ea216
next480:d28c2992f5ee
author nkeynes
date Sat Oct 02 05:49:39 2004 +0000 (19 years ago)
permissions -rw-r--r--
last change compile fix
file annotate diff log raw
1.1 --- a/src/watch.c Sat Aug 21 06:15:49 2004 +0000
1.2 +++ b/src/watch.c Sat Oct 02 05:49:39 2004 +0000
1.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--;
.