diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-11 13:43:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-11 13:43:10 +0000 |
commit | baca1759129945fcd03d96ccc840892401b5a1af (patch) | |
tree | 5a3f14e441d313d974c851148046926980840510 /archival/tar.c | |
parent | ecea8f201e77aff3e9a4fe5b3a435f463a842687 (diff) | |
download | busybox-w32-baca1759129945fcd03d96ccc840892401b5a1af.tar.gz busybox-w32-baca1759129945fcd03d96ccc840892401b5a1af.tar.bz2 busybox-w32-baca1759129945fcd03d96ccc840892401b5a1af.zip |
kill superfluous returns at the end of void functions
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index 3ed0c3650..176a7e22d 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -134,7 +134,6 @@ static void freeHardLinkInfo(HardLinkInfo ** hlInfoHeadPtr) | |||
134 | } | 134 | } |
135 | *hlInfoHeadPtr = NULL; | 135 | *hlInfoHeadPtr = NULL; |
136 | } | 136 | } |
137 | return; | ||
138 | } | 137 | } |
139 | 138 | ||
140 | /* Might be faster (and bigger) if the dev/ino were stored in numeric order;) */ | 139 | /* Might be faster (and bigger) if the dev/ino were stored in numeric order;) */ |