aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r--coreutils/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c
index 231a3bf03..a307e5579 100644
--- a/coreutils/ln.c
+++ b/coreutils/ln.c
@@ -26,7 +26,7 @@ int ln_main(int argc, char **argv)
26 char *last; 26 char *last;
27 char *src_name; 27 char *src_name;
28 char *src; 28 char *src;
29 char *suffix = "~"; 29 char *suffix = (char*)"~";
30 struct stat statbuf; 30 struct stat statbuf;
31 int (*link_func)(const char *, const char *); 31 int (*link_func)(const char *, const char *);
32 32