diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2012-12-13 19:37:43 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-12-13 19:37:46 -0800 |
commit | 1aa652807b5135d7cf9c5f6eed2268c9aa4984e0 (patch) | |
tree | 4b47ef5fc1f5fc40d8950946b570b8f850650a71 | |
parent | 0859b78db2b094d20efb7b3e725c4732fcdeb4d5 (diff) | |
parent | 31e575b4a93596d0b76059eae5e9464aed2d17ec (diff) | |
download | frameworks_native-1aa652807b5135d7cf9c5f6eed2268c9aa4984e0.zip frameworks_native-1aa652807b5135d7cf9c5f6eed2268c9aa4984e0.tar.gz frameworks_native-1aa652807b5135d7cf9c5f6eed2268c9aa4984e0.tar.bz2 |
Merge "Fix typo"
-rw-r--r-- | include/android/bitmap.h | 2 |
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 |