mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
inotify: Constify function argument
gcc complained...
This commit is contained in:
parent
dc7348b305
commit
284ea16b9d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user