diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-12 11:31:17 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-12 11:31:17 +0000 |
commit | bc5a8ec480e62a260b53fc9e0bf0d9833957818c (patch) | |
tree | a48f0c5b4d41525d856e7d116a59012a409acf4c | |
parent | 6d3b026506e420a5d9d5d183d476744756ffeba7 (diff) | |
download | busybox-w32-bc5a8ec480e62a260b53fc9e0bf0d9833957818c.tar.gz busybox-w32-bc5a8ec480e62a260b53fc9e0bf0d9833957818c.tar.bz2 busybox-w32-bc5a8ec480e62a260b53fc9e0bf0d9833957818c.zip |
bbunzip: remove extra formatting directives in comments
git-svn-id: svn://busybox.net/trunk/busybox@18071 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | archival/bbunzip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 91dd5404c..f7c861256 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -144,7 +144,6 @@ char* make_new_name_generic(char *filename, const char *expected_ext) | |||
144 | #endif | 144 | #endif |
145 | 145 | ||
146 | 146 | ||
147 | /* vi: set sw=4 ts=4: */ | ||
148 | /* | 147 | /* |
149 | * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> | 148 | * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> |
150 | * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> | 149 | * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> |
@@ -318,7 +317,6 @@ int unlzma_main(int argc, char **argv) | |||
318 | #endif | 317 | #endif |
319 | 318 | ||
320 | 319 | ||
321 | /* vi: set sw=4 ts=4: */ | ||
322 | /* | 320 | /* |
323 | * Uncompress applet for busybox (c) 2002 Glenn McGrath | 321 | * Uncompress applet for busybox (c) 2002 Glenn McGrath |
324 | * | 322 | * |