am 22deda78: am 55c6f888: Fix missing break statement found by Motorola.

Merge commit '22deda782e9b571246dd7cc0e16d8d70a1ad6e74'

* commit '22deda782e9b571246dd7cc0e16d8d70a1ad6e74':
  Fix missing break statement found by Motorola.
This commit is contained in:
Wink Saville
2009-08-22 22:53:24 -07:00
committed by Android Git Automerger

View File

@@ -2511,6 +2511,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
mRestrictedStateRegistrant.notifyRegistrant(
new AsyncResult (null, ret, null));
}
break;
case RIL_UNSOL_RESPONSE_SIM_STATUS_CHANGED:
if (RILJ_LOGD) unsljLog(response);