mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
377 B
C
12 lines
377 B
C
--- ./server/gam_subscription.c.orig 2007-07-04 16:36:49.000000000 +0300
|
|
+++ ./server/gam_subscription.c 2014-12-25 04:59:21.000000000 +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)
|