diff options
author | James Dong <jdong@google.com> | 2011-01-04 18:32:16 -0800 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-01-04 18:46:34 -0800 |
commit | 853f6fdef791382ed0c10660255754107e684a20 (patch) | |
tree | a8c5ae7ef81c4f80250b02ce2d2077621cb9733d /include/camera | |
parent | ea3c57176b5882b0484d9b8aff67e178118c8b91 (diff) | |
download | frameworks_base-853f6fdef791382ed0c10660255754107e684a20.zip frameworks_base-853f6fdef791382ed0c10660255754107e684a20.tar.gz frameworks_base-853f6fdef791382ed0c10660255754107e684a20.tar.bz2 |
Fixed a typo in the enum for unknown camera error message
Change-Id: Id9f8432e2ba8e1474ee020438d6456f1f450398a
Diffstat (limited to 'include/camera')
-rw-r--r-- | include/camera/Camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/camera/Camera.h b/include/camera/Camera.h index c7f0b15..c95f31e 100644 --- a/include/camera/Camera.h +++ b/include/camera/Camera.h @@ -106,7 +106,7 @@ enum { // camera fatal errors enum { - CAMERA_ERROR_UKNOWN = 1, + CAMERA_ERROR_UNKNOWN = 1, CAMERA_ERROR_SERVER_DIED = 100 }; |