aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/lookup.c
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2009-10-11 15:00:15 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:10 +0300
commit5d3519872a20ef2768cd61c1ee5c330d1d7e5ef1 (patch)
tree8aa8adfef8f5dfe4d9ab0b8fa30065929c7214e1 /libexfat/lookup.c
parent81fe770a18604ff9ffc7269d74a4c73784da8161 (diff)
downloadandroid_external_exfat-5d3519872a20ef2768cd61c1ee5c330d1d7e5ef1.tar.gz
android_external_exfat-5d3519872a20ef2768cd61c1ee5c330d1d7e5ef1.tar.bz2
android_external_exfat-5d3519872a20ef2768cd61c1ee5c330d1d7e5ef1.zip
Make get_comp() static because it is used only in one module.
Diffstat (limited to 'libexfat/lookup.c')
-rw-r--r--libexfat/lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexfat/lookup.c b/libexfat/lookup.c
index 1b4613a..66e8d1b 100644
--- a/libexfat/lookup.c
+++ b/libexfat/lookup.c
@@ -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;