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)
commit13c579741f0f3186a7b4fe5609607d7ac1aa984f
tree90705192ae560f0406e6106e5f26121fc18b2fcc
parent32801150ac9ad614f3d530cdc9200d4fd5d6964e
Clarify control flow in inotify read loop

Replace pointer arithmetic that makes the loop condition false with a
simple break; functionally equivalent, but much clearer.
launcher.c