Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / gamin / patches / patch-server_gam__node.c
blobbe4c29a6bde863515ec5d2157385c73defba083d
1 $NetBSD$
3 G_CONST_RETURN has been obsoleted.
5 --- server/gam_node.c.orig 2007-07-04 13:36:49.000000000 +0000
6 +++ server/gam_node.c
7 @@ -122,7 +122,7 @@ gam_node_set_is_dir(GamNode * node, gboo
8 * it has finished with the string. If it must keep it longer, it
9 * should makes its own copy. The returned string must not be freed.
11 -G_CONST_RETURN char *
12 +const char *
13 gam_node_get_path(GamNode * node)
15 g_assert(node);