summaryrefslogtreecommitdiff
path: root/applets/applets.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/applets.c')
-rw-r--r--applets/applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 5b7b88a54..f91884b13 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -526,7 +526,7 @@ static void install_links(const char *busybox, int use_symbolic_links)
526 applets[i].name); 526 applets[i].name);
527 rc = lf(busybox, fpc); 527 rc = lf(busybox, fpc);
528 if (rc != 0 && errno != EEXIST) { 528 if (rc != 0 && errno != EEXIST) {
529 bb_perror_msg("%s", fpc); 529 bb_simple_perror_msg(fpc);
530 } 530 }
531 free(fpc); 531 free(fpc);
532 } 532 }