Fix inconsistent redetection of replugged input devices

This commit is contained in:
Cameron Gutman
2015-08-15 00:57:55 -07:00
parent 531634c403
commit 7946e87446
-1
View File
@@ -107,7 +107,6 @@ void loop_main() {
if (ret == LOOP_RETURN) { if (ret == LOOP_RETURN) {
return; return;
} }
break;
} }
} }
} }