summaryrefslogtreecommitdiff
path: root/src/base/ftmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftmac.c')
-rw-r--r--src/base/ftmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ftmac.c b/src/base/ftmac.c
index f41c5eeab..36a860979 100644
--- a/src/base/ftmac.c
+++ b/src/base/ftmac.c
@@ -560,7 +560,7 @@
if ( lwfn_file_name[0] )
{
err = lookup_lwfn_by_fond( pathname, lwfn_file_name,
- buff, sizeof ( buff ) );
+ buff, sizeof ( buff ) );
if ( !err )
have_lwfn = 1;
}