From 78fab1e8a314583a8a5f8ab850698a9c96330e5a Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Wed, 31 Oct 2012 10:52:07 +0100 Subject: [PATCH] Function tracker_to_unix_path() is static --- etc/afpd/spotlight_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/afpd/spotlight_module.c b/etc/afpd/spotlight_module.c index 7e6556f9..2d62ac5c 100644 --- a/etc/afpd/spotlight_module.c +++ b/etc/afpd/spotlight_module.c @@ -35,7 +35,7 @@ static TrackerSparqlConnection *connection; static TrackerMinerManager *manager; -char *tracker_to_unix_path(const char *uri) +static char *tracker_to_unix_path(const char *uri) { EC_INIT; GFile *f = NULL; -- 2.39.2