X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FEvents.cc;h=546bd13f8695fbbf98f41a58078edca22cd9c255;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=f74a3291d525f301c2518280662931a9bead7a8b;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/PPI/Events.cc b/senf/PPI/Events.cc index f74a329..546bd13 100644 --- a/senf/PPI/Events.cc +++ b/senf/PPI/Events.cc @@ -50,7 +50,7 @@ prefix_ void senf::ppi::EventDescriptor::notifyUnthrottle() for (; i != i_end; ++i) if ((*i)->throttled()) break; - if (i != i_end) + if (i != i_end) return; throttled_ = false; enabled(true);