summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-13 19:37:43 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-13 19:37:46 -0800
commit1aa652807b5135d7cf9c5f6eed2268c9aa4984e0 (patch)
tree4b47ef5fc1f5fc40d8950946b570b8f850650a71
parent0859b78db2b094d20efb7b3e725c4732fcdeb4d5 (diff)
parent31e575b4a93596d0b76059eae5e9464aed2d17ec (diff)
downloadframeworks_native-1aa652807b5135d7cf9c5f6eed2268c9aa4984e0.zip
frameworks_native-1aa652807b5135d7cf9c5f6eed2268c9aa4984e0.tar.gz
frameworks_native-1aa652807b5135d7cf9c5f6eed2268c9aa4984e0.tar.bz2
Merge "Fix typo"
-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