summaryrefslogtreecommitdiffstats
path: root/include/camera/Camera.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-04 18:32:16 -0800
committerJames Dong <jdong@google.com>2011-01-04 18:46:34 -0800
commite6615671a51c85f409c071f15babb76198f1ce92 (patch)
tree2e4452bca742d7d9bf6a09b75005293cf39ea258 /include/camera/Camera.h
parentc213b812514d16dd401cd308b9203b70bfbb3d5f (diff)
downloadframeworks_av-e6615671a51c85f409c071f15babb76198f1ce92.zip
frameworks_av-e6615671a51c85f409c071f15babb76198f1ce92.tar.gz
frameworks_av-e6615671a51c85f409c071f15babb76198f1ce92.tar.bz2
Fixed a typo in the enum for unknown camera error message
Change-Id: Id9f8432e2ba8e1474ee020438d6456f1f450398a
Diffstat (limited to 'include/camera/Camera.h')
-rw-r--r--include/camera/Camera.h2
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
};