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

Merge commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d' into eclair-plus-aosp

* commit '55c6f8881fdd2c5894e6297f49a9c4e0dc81ff8d':
  Fix missing break statement found by Motorola.
This commit is contained in:
Wink Saville
2009-08-22 22:51:45 -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);