OSDN Git Service

Make get_comp() static because it is used only in one module.
authorrelan <relan@users.noreply.github.com>
Sun, 11 Oct 2009 15:00:15 +0000 (15:00 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:10 +0000 (08:26 +0300)
libexfat/lookup.c

index 1b4613a..66e8d1b 100644 (file)
@@ -279,7 +279,7 @@ static int lookup_name(struct exfat* ef, const struct exfat_node* parent,
        return -ENOENT;
 }
 
-size_t get_comp(const char* path, const char** comp)
+static size_t get_comp(const char* path, const char** comp)
 {
        const char* end;