diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ static char* install_dir[] = { | |||
377 | typedef int (*__link_f)(const char *, const char *); | 377 | typedef int (*__link_f)(const char *, const char *); |
378 | 378 | ||
379 | /* create (sym)links for each applet */ | 379 | /* create (sym)links for each applet */ |
380 | int install_links(const char *busybox, int use_symbolic_links) | 380 | static int install_links(const char *busybox, int use_symbolic_links) |
381 | { | 381 | { |
382 | __link_f Link = link; | 382 | __link_f Link = link; |
383 | 383 | ||