aboutsummaryrefslogtreecommitdiff
path: root/libbb/concat_subpath_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/concat_subpath_file.c')
-rw-r--r--libbb/concat_subpath_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/concat_subpath_file.c b/libbb/concat_subpath_file.c
index 1c0058889..313fa63cf 100644
--- a/libbb/concat_subpath_file.c
+++ b/libbb/concat_subpath_file.c
@@ -15,7 +15,7 @@
#include "libbb.h"
-char *concat_subpath_file(const char *path, const char *f)
+char* FAST_FUNC concat_subpath_file(const char *path, const char *f)
{
if (f && DOT_OR_DOTDOT(f))
return NULL;