Some comment improving

This commit is contained in:
Nils O. Selåsdal
2013-10-02 21:33:10 +02:00
parent e12f2d3cfb
commit 27aa7ef3d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ again:
event_cnt = iomux_timers_run(mux_); //fire the timers
if (rc == 0) //Just the timeout
if (rc == 0) //no fd's were ready, no more work to do
return event_cnt;
for (i = 0; rc >= 0 && i < mux->num_descriptors; i++) {