commit | 1aa652807b5135d7cf9c5f6eed2268c9aa4984e0 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Thu Dec 13 19:37:43 2012 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Dec 13 19:37:46 2012 -0800 |
tree | 4b47ef5fc1f5fc40d8950946b570b8f850650a71 | |
parent | 0859b78db2b094d20efb7b3e725c4732fcdeb4d5 [diff] | |
parent | 31e575b4a93596d0b76059eae5e9464aed2d17ec [diff] |
Merge "Fix typo"
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