diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-12 11:31:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-12 11:31:17 +0000 |
commit | 214aec46bd7b96a1afeeb17f1129260db8c6157f (patch) | |
tree | a48f0c5b4d41525d856e7d116a59012a409acf4c | |
parent | 955bccc94fa77f0283930dc271e27c02526ca52f (diff) | |
download | busybox-214aec46bd7b96a1afeeb17f1129260db8c6157f.tar.gz |
bbunzip: remove extra formatting directives in comments
-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) #endif -/* vi: set sw=4 ts=4: */ /* * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> @@ -318,7 +317,6 @@ int unlzma_main(int argc, char **argv) #endif -/* vi: set sw=4 ts=4: */ /* * Uncompress applet for busybox (c) 2002 Glenn McGrath * |