diff options
Diffstat (limited to 'src/com/android/camera/Camera.java')
-rw-r--r-- | src/com/android/camera/Camera.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/Camera.java b/src/com/android/camera/Camera.java index 20fb20f..3aec9f2 100644 --- a/src/com/android/camera/Camera.java +++ b/src/com/android/camera/Camera.java @@ -1305,8 +1305,8 @@ public class Camera extends Activity implements View.OnClickListener, return; } - // The mCameraDevice will be null if it is fail to connect to the - // camera hardware. In this case we will show a dialog and then + // The mCameraDevice will be null if it is fail to connect to the + // camera hardware. In this case we will show a dialog and then // finish the activity, so it's OK to ignore it. if (mCameraDevice == null) return; |