Search
lxdream.org :: lxdream :: r6:6e3663e58565
lxdream 0.9.1
released Jun 29
Download Now
changeset6:6e3663e58565
parent5:d85c2e81ce2d
child7:976a16e92aab
authornkeynes
dateSat Oct 02 05:49:39 2004 +0000 (19 years ago)
compile fix
src/watch.c
1.1 --- a/src/watch.c Sat Oct 02 05:49:23 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--;
.