Clarify control flow in inotify read loop
authorSteven Luo <steven+maemo@steven676.net>
Tue, 16 Feb 2010 02:50:01 +0000 (18:50 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Tue, 16 Feb 2010 02:50:01 +0000 (18:50 -0800)
Replace pointer arithmetic that makes the loop condition false with a
simple break; functionally equivalent, but much clearer.


No differences found