From c963d75dfdeec11f82e79e727062fbf89afa2c04 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Apr 2012 09:19:23 +1000 Subject: Update EFL to latest beta. --- libraries/eina/src/include/eina_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/eina/src/include/eina_error.h') diff --git a/libraries/eina/src/include/eina_error.h b/libraries/eina/src/include/eina_error.h index 2b0ae77..dd87edf 100644 --- a/libraries/eina/src/include/eina_error.h +++ b/libraries/eina/src/include/eina_error.h @@ -180,7 +180,7 @@ EAPI const char *eina_error_msg_get(Eina_Error error) EINA_PURE; /** * @brief Find the #Eina_Error corresponding to a message string - * @param msg The error message string to match (NOT #NULL) + * @param msg The error message string to match (NOT @c NULL) * @return The #Eina_Error matching @p msg, or 0 on failure * This function attempts to match @p msg with its corresponding #Eina_Error value. * If no such value is found, 0 is returned. -- cgit v1.1