diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-12 00:32:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-12 00:32:05 +0000 |
commit | 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 (patch) | |
tree | 7a912fc65ff43bdb09078d75bfc02ad8f5380b47 /libbb/copy_file.c | |
parent | 50f7f446ecaadef6895a4ee601567e0b68330637 (diff) | |
download | busybox-w32-51742f4bb0c57a4d5063ece9437a2f34a42e52c8.tar.gz busybox-w32-51742f4bb0c57a4d5063ece9437a2f34a42e52c8.tar.bz2 busybox-w32-51742f4bb0c57a4d5063ece9437a2f34a42e52c8.zip |
style fixes. No code changes
Diffstat (limited to 'libbb/copy_file.c')
-rw-r--r-- | libbb/copy_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 700564212..a6cfe122d 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c | |||
@@ -254,7 +254,7 @@ int copy_file(const char *source, const char *dest, int flags) | |||
254 | return -1; | 254 | return -1; |
255 | } | 255 | } |
256 | if (con) { | 256 | if (con) { |
257 | if(setfilecon(dest, con) == -1) { | 257 | if (setfilecon(dest, con) == -1) { |
258 | bb_perror_msg("setfilecon:%s,%s", dest, con); | 258 | bb_perror_msg("setfilecon:%s,%s", dest, con); |
259 | freecon(con); | 259 | freecon(con); |
260 | return -1; | 260 | return -1; |