diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-06 08:04:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-06 08:04:45 +0000 |
commit | 463304edfd2f727522420022676ebbac31d31a00 (patch) | |
tree | 8bed6d79effe1aa6e671993144161403c16c57d1 /libbb | |
parent | 356b6dbf8674cea50da27cd78a9c52fe2fcad9a0 (diff) |
Silly cosmetic problem in the comment
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/herror_msg_and_die.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c index 64482d859..a47c7ff95 100644 --- a/libbb/herror_msg_and_die.c +++ b/libbb/herror_msg_and_die.c @@ -18,7 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* vi: set sw=4 ts=4: */ #include <stdarg.h> #include <stdlib.h> |