From: Cedric BAIL Date: Wed, 28 Dec 2011 15:01:13 +0000 (+0000) Subject: eina: got to aggressive on that one. X-Git-Tag: submit/devel/efl/20131022.203902~7029 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=feefe8178aafc17f13e7d0cbd74ba0faa813b3ca;p=platform%2Fupstream%2Fefl.git eina: got to aggressive on that one. SVN revision: 66603 --- diff --git a/legacy/eina/src/include/eina_hash.h b/legacy/eina/src/include/eina_hash.h index ab43b5e..57316b2 100644 --- a/legacy/eina/src/include/eina_hash.h +++ b/legacy/eina/src/include/eina_hash.h @@ -595,7 +595,7 @@ EAPI void *eina_hash_find(const Eina_Hash *hash, */ EAPI void *eina_hash_modify(Eina_Hash *hash, const void *key, - const void *data) EINA_ARG_NONNULL(2, 3); + const void *data) EINA_ARG_NONNULL(1, 2, 3); /** * @brief Modify the entry pointer at the specified key and return the