summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-12 11:27:12 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-12-16 11:20:34 +0800
commitc118edfc1ab9a608537ebc2f2ec936216f15a36c (patch)
tree7b68eaedabd5e81e5556b5a874e014dad8624814 /include/android
parent2004307b65c0cb34c854331e5be21d3426a3ef06 (diff)
downloadframeworks_native-c118edfc1ab9a608537ebc2f2ec936216f15a36c.zip
frameworks_native-c118edfc1ab9a608537ebc2f2ec936216f15a36c.tar.gz
frameworks_native-c118edfc1ab9a608537ebc2f2ec936216f15a36c.tar.bz2
Fix typo
Changed ANDROID_BITMAP_RESUT_SUCCESS -> ANDROID_BITMAP_RESULT_SUCCESS Change-Id: I4e15e946107ea6f3d0955f72e97894512743c6ca
Diffstat (limited to 'include/android')
-rw-r--r--include/android/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/bitmap.h b/include/android/bitmap.h
index 5078277..408386a 100644
--- a/include/android/bitmap.h
+++ b/include/android/bitmap.h
@@ -24,7 +24,7 @@
extern "C" {
#endif
-#define ANDROID_BITMAP_RESUT_SUCCESS 0
+#define ANDROID_BITMAP_RESULT_SUCCESS 0
#define ANDROID_BITMAP_RESULT_BAD_PARAMETER -1
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3