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

View File

@@ -107,7 +107,6 @@ void loop_main() {
if (ret == LOOP_RETURN) {
return;
}
break;
}
}
}