From: Benjamin Otte Date: Thu, 22 Jul 2010 18:23:04 +0000 (+0200) Subject: inotify: Constify function argument X-Git-Tag: 2.25.12~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=284ea16b9d94b28b632063333140b99e419d6b0a;p=platform%2Fupstream%2Fglib.git inotify: Constify function argument gcc complained... --- diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index b53f011..f567e1b 100644 --- a/gio/inotify/inotify-helper.c +++ b/gio/inotify/inotify-helper.c @@ -135,7 +135,7 @@ _ih_sub_cancel (inotify_sub *sub) } static char * -_ih_fullpath_from_event (ik_event_t *event, char *dirname) +_ih_fullpath_from_event (ik_event_t *event, const char *dirname) { char *fullpath;