123456789101112 |
- --- server/gam_subscription.c.orig 2011-10-18 16:09:04.817780682 +0200
- +++ server/gam_subscription.c 2011-10-18 16:09:01.965780543 +0200
- @@ -141,7 +141,7 @@
- * @param sub the GamSubscription
- * @returns The path being monitored. It should not be freed.
- */
- -G_CONST_RETURN char *
- +const char *
- gam_subscription_get_path(GamSubscription * sub)
- {
- if (sub == NULL)
|