summaryrefslogtreecommitdiff
path: root/include/notification_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notification_error.h')
-rwxr-xr-xinclude/notification_error.h4
1 files 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
/**