mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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 *
|
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;
|
char *fullpath;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user