From: raster Date: Fri, 11 Nov 2011 08:07:03 +0000 (+0000) Subject: fix nonnull macro - errant ; X-Git-Tag: accepted/2.0/20130306.225542~172^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49bd76825823764db9035801d566adb6a0d5ab73;p=profile%2Fivi%2Fevas.git fix nonnull macro - errant ; git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65055 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 6f6f6b8..7d7a72c 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -2615,7 +2615,7 @@ EAPI void evas_event_feed_hold (Evas *e, int hold, uns * This function call evas_event_feed_* functions, so it can * cause havoc if not used wisely. Please use it responsibly. */ -EAPI void evas_event_refeed_event (Evas *e, void *event_copy, Evas_Callback_Type event_type); EINA_ARG_NONNULL(1); +EAPI void evas_event_refeed_event (Evas *e, void *event_copy, Evas_Callback_Type event_type) EINA_ARG_NONNULL(1); /**