summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-15 20:31:56 -0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-12-15 20:31:56 -0800
commitc7d5fa98b5a349d6fbba85a285c3f3e16aee4315 (patch)
tree571a7486b66f916b70f508f57dad723133dc5414 /include
parentc118edfc1ab9a608537ebc2f2ec936216f15a36c (diff)
downloadframeworks_native-c7d5fa98b5a349d6fbba85a285c3f3e16aee4315.zip
frameworks_native-c7d5fa98b5a349d6fbba85a285c3f3e16aee4315.tar.gz
frameworks_native-c7d5fa98b5a349d6fbba85a285c3f3e16aee4315.tar.bz2
Revert "Fix typo"
This reverts commit c118edfc1ab9a608537ebc2f2ec936216f15a36c Need to go together with https://android-review.googlesource.com/#/c/48117/ Change-Id: Ib413be1035cfb1d18cc9cf4099694a308dadf8f5
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 408386a..5078277 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