Merge "Fix typo"

This commit is contained in:
Andrew Hsieh 2012-12-15 20:30:30 -08:00 committed by Gerrit Code Review
commit 670c570e75

View File

@ -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