am 368d796e: Fix build.

Merge commit '368d796e2e28ecd738362c7a4566cb3eb219ab26' into gingerbread-plus-aosp

* commit '368d796e2e28ecd738362c7a4566cb3eb219ab26':
  Fix build.
This commit is contained in:
Hung-ying Tyan
2010-09-27 21:09:56 -07:00
committed by Android Git Automerger

View File

@@ -441,7 +441,7 @@ public class SipPhone extends SipPhoneBase {
@Override @Override
public void hangup() throws CallStateException { public void hangup() throws CallStateException {
synchronized (SipPhone.class) { synchronized (SipPhone.class) {
if (mState.isAlive()) { if (state.isAlive()) {
Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this
+ " on phone " + getPhone()); + " on phone " + getPhone());
CallStateException excp = null; CallStateException excp = null;