Fix typo 93/36093/1 accepted/tizen/common/20150521.125420 accepted/tizen/mobile/20150313.083935 accepted/tizen/tv/20150302.123905 accepted/tizen/tv/20150313.083816 accepted/tizen/wearable/20150313.083847 submit/tizen/20150304.022845 submit/tizen_common/20150520.888884 submit/tizen_mobile/20150313.022842 submit/tizen_tv/20150302.082225 submit/tizen_tv/20150313.022842 submit/tizen_wearable/20150313.022842
authorSangyoon Jang <s89.jang@samsung.com>
Mon, 2 Mar 2015 09:27:38 +0000 (18:27 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 2 Mar 2015 09:27:38 +0000 (18:27 +0900)
Change-Id: I9590f24cf874c194606c45c023aec3d4838e8022
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/notification_error.h

index 214c4ef..f2bb2be 100755 (executable)
@@ -26,8 +26,8 @@
 
 /* FIXME: Temporary patch to prevent build break.
  *    This MUST be removed after packages using the belows are modified. */
-#define NOTIFICATION_ERROR_INVALID_DATA NOTIFICATION_INVALID_PARAMETER
-#define NOTIFICATION_NO_MEMORY NOTIFICATION_OUT_OF_MEMORY
+#define NOTIFICATION_ERROR_INVALID_DATA NOTIFICATION_ERROR_INVALID_PARAMETER
+#define NOTIFICATION_ERROR_NO_MEMORY NOTIFICATION_ERROR_OUT_OF_MEMORY
 #define NOTIFICATION_ERROR_IO NOTIFICATION_ERROR_IO_ERROR
 
 /**