eina: got to aggressive on that one.
authorcedric <cedric>
Wed, 28 Dec 2011 15:01:13 +0000 (15:01 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Dec 2011 15:01:13 +0000 (15:01 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@66603 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_hash.h

index ab43b5e..57316b2 100644 (file)
@@ -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