diff options
Diffstat (limited to 'libidu/fnprint.c')
-rw-r--r-- | libidu/fnprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libidu/fnprint.c b/libidu/fnprint.c index e08e97e..813a5a9 100644 --- a/libidu/fnprint.c +++ b/libidu/fnprint.c @@ -35,7 +35,7 @@ static int common_prefix_suffix (struct file_link const *flink_1, struct file_link const *flink_2); extern void usage (void); -extern struct file_link *cw_dlink; +static struct file_link *cw_dlink; /* Return the file name with the suffix stripped off. */ |