summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-15 20:32:26 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-12-15 20:32:27 -0800
commitacfcd62aa9300087d3e8cca79e59b0abdcaaee35 (patch)
tree571a7486b66f916b70f508f57dad723133dc5414
parent670c570e75e399432e96c9fd1dfa3fb92869f10c (diff)
parentc7d5fa98b5a349d6fbba85a285c3f3e16aee4315 (diff)
downloadnative-acfcd62aa9300087d3e8cca79e59b0abdcaaee35.tar.gz
Merge "Revert "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 408386a761..5078277b58 100644
--- a/include/android/bitmap.h
+++ b/include/android/bitmap.h
@@ -24,7 +24,7 @@
extern "C" {
#endif
-#define ANDROID_BITMAP_RESULT_SUCCESS 0
+#define ANDROID_BITMAP_RESUT_SUCCESS 0
#define ANDROID_BITMAP_RESULT_BAD_PARAMETER -1
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3