OSDN Git Service

Fix typo
authorAndrew Hsieh <andrewhsieh@google.com>
Wed, 12 Dec 2012 03:27:12 +0000 (11:27 +0800)
committerAndrew Hsieh <andrewhsieh@google.com>
Sun, 16 Dec 2012 03:20:34 +0000 (11:20 +0800)
Changed ANDROID_BITMAP_RESUT_SUCCESS -> ANDROID_BITMAP_RESULT_SUCCESS

Change-Id: I4e15e946107ea6f3d0955f72e97894512743c6ca

include/android/bitmap.h

index 5078277..408386a 100644 (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