From 2a1727eb8ebdacb05479aeca7290fa7fa6eaef50 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Mon, 2 Mar 2015 18:27:38 +0900 Subject: [PATCH] Fix typo Change-Id: I9590f24cf874c194606c45c023aec3d4838e8022 Signed-off-by: Sangyoon Jang --- include/notification_error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/notification_error.h b/include/notification_error.h index 214c4ef..f2bb2be 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 /** -- 2.7.4