From: Sangyoon Jang Date: Mon, 2 Mar 2015 09:27:38 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_tv/20150302.082225^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a1727eb8ebdacb05479aeca7290fa7fa6eaef50;p=platform%2Fcore%2Fapi%2Fnotification.git Fix typo Change-Id: I9590f24cf874c194606c45c023aec3d4838e8022 Signed-off-by: Sangyoon Jang --- diff --git a/include/notification_error.h b/include/notification_error.h index 214c4ef0..f2bb2bed 100755 --- a/include/notification_error.h +++ b/include/notification_error.h @@ -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 /**