diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-27 16:49:55 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-27 16:49:55 +0000 |
commit | db172fe425634b7d784ae1d5af6d88b96b4e747e (patch) | |
tree | ffdef7f5ab4a33038d0a62c9355b48f362aa463e /coreutils/mv.c | |
parent | bb89b301143fe9deb962bb2d48264b27a945fcf4 (diff) | |
download | busybox-w32-db172fe425634b7d784ae1d5af6d88b96b4e747e.tar.gz busybox-w32-db172fe425634b7d784ae1d5af6d88b96b4e747e.tar.bz2 busybox-w32-db172fe425634b7d784ae1d5af6d88b96b4e747e.zip |
style cleanup: return(a) -> return a, part 2
git-svn-id: svn://busybox.net/trunk/busybox@16691 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index 52ddd9fb7..353124b35 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -127,5 +127,5 @@ RET_0: | |||
127 | } | 127 | } |
128 | } while (*++argv != last); | 128 | } while (*++argv != last); |
129 | 129 | ||
130 | return (status); | 130 | return status; |
131 | } | 131 | } |