summaryrefslogtreecommitdiff
path: root/libbb/obscure.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/obscure.c')
-rw-r--r--libbb/obscure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/obscure.c b/libbb/obscure.c
index 1841b27d6..19b87523e 100644
--- a/libbb/obscure.c
+++ b/libbb/obscure.c
@@ -157,7 +157,7 @@ static const char *obscure_msg(const char *old_p, const char *new_p, const struc
157 return NULL; 157 return NULL;
158} 158}
159 159
160int obscure(const char *old, const char *newval, const struct passwd *pw) 160int FAST_FUNC obscure(const char *old, const char *newval, const struct passwd *pw)
161{ 161{
162 const char *msg; 162 const char *msg;
163 163