diff -Naur compiz-0.9.4+bzr20110415.orig/plugins/inotify/src/inotify.cpp compiz-0.9.4+bzr20110415/plugins/inotify/src/inotify.cpp --- compiz-0.9.4+bzr20110415.orig/plugins/inotify/src/inotify.cpp 2011-04-29 21:25:59.693776243 +0200 +++ compiz-0.9.4+bzr20110415/plugins/inotify/src/inotify.cpp 2011-04-29 21:26:54.323852536 +0200 @@ -88,7 +88,7 @@ if (iter != watches.end ()) { - for (wIter = list.begin (); wIter != list.end (); ++iter) + for (wIter = list.begin (); wIter != list.end (); ++wIter) if ((*iter).handle == (*wIter)->handle) break;