summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-12 11:27:12 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-12-12 11:27:12 +0800
commit31e575b4a93596d0b76059eae5e9464aed2d17ec (patch)
treeab117772b940144986068c833a4146950fdd5e3e /include
parent97eba8904c2f221c42a9473407223a4c3a213f75 (diff)
downloadframeworks_native-31e575b4a93596d0b76059eae5e9464aed2d17ec.zip
frameworks_native-31e575b4a93596d0b76059eae5e9464aed2d17ec.tar.gz
frameworks_native-31e575b4a93596d0b76059eae5e9464aed2d17ec.tar.bz2
Fix typo
Changed ANDROID_BITMAP_RESUT_SUCCESS -> ANDROID_BITMAP_RESULT_SUCCESS Change-Id: I4e15e946107ea6f3d0955f72e97894512743c6ca
Diffstat (limited to 'include')
-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