diff options
Diffstat (limited to 'libbb/concat_subpath_file.c')
-rw-r--r-- | libbb/concat_subpath_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/concat_subpath_file.c b/libbb/concat_subpath_file.c index 6d86f5e8c..e72441999 100644 --- a/libbb/concat_subpath_file.c +++ b/libbb/concat_subpath_file.c | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | #include "libbb.h" | 29 | #include "libbb.h" |
30 | 30 | ||
31 | extern char *concat_subpath_file(const char *path, const char *f) | 31 | char *concat_subpath_file(const char *path, const char *f) |
32 | { | 32 | { |
33 | if(f && *f == '.' && (!f[1] || (f[1] == '.' && !f[2]))) | 33 | if(f && *f == '.' && (!f[1] || (f[1] == '.' && !f[2]))) |
34 | return NULL; | 34 | return NULL; |