summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-05 12:53:13 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-05 12:53:13 -0800
commiteb8cab7bb77aac80a5a2e6fe0171e20116e80ef0 (patch)
tree7b553cb524797eb5ccb8216d01c19a478bd483c8 /include
parent019e96a6c6228c2565d8bc172f6278b31384aca5 (diff)
parente6615671a51c85f409c071f15babb76198f1ce92 (diff)
downloadframeworks_av-eb8cab7bb77aac80a5a2e6fe0171e20116e80ef0.zip
frameworks_av-eb8cab7bb77aac80a5a2e6fe0171e20116e80ef0.tar.gz
frameworks_av-eb8cab7bb77aac80a5a2e6fe0171e20116e80ef0.tar.bz2
Merge "Fixed a typo in the enum for unknown camera error message"
Diffstat (limited to 'include')
-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
};