diff options
author | Denis Vlasenko | 2007-03-11 13:43:10 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-03-11 13:43:10 +0000 |
commit | baca1759129945fcd03d96ccc840892401b5a1af (patch) | |
tree | 5a3f14e441d313d974c851148046926980840510 /archival/tar.c | |
parent | ecea8f201e77aff3e9a4fe5b3a435f463a842687 (diff) | |
download | busybox-baca1759129945fcd03d96ccc840892401b5a1af.zip busybox-baca1759129945fcd03d96ccc840892401b5a1af.tar.gz |
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 3ed0c36..176a7e2 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -134,7 +134,6 @@ static void freeHardLinkInfo(HardLinkInfo ** hlInfoHeadPtr) } *hlInfoHeadPtr = NULL; } - return; } /* Might be faster (and bigger) if the dev/ino were stored in numeric order;) */ |