From 5648a6310cb1ffac374d5ca76c16b811bf938fba Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 21 Oct 2013 02:59:53 +0000 Subject: remove a space that snuck into the output --- usr.bin/nm/nm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 95e58d9eb6a..1fa97d88615 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nm.c,v 1.34 2013/10/19 08:59:48 deraadt Exp $ */ +/* $OpenBSD: nm.c,v 1.35 2013/10/21 02:59:52 deraadt Exp $ */ /* $NetBSD: nm.c,v 1.7 1996/01/14 23:04:03 pk Exp $ */ /* @@ -754,7 +754,7 @@ print_symbol(const char *name, struct nlist *sym) if (show_extensions) (void)printf(" %c ", typeletter(sym)); else - (void)printf(" %c ", typeletter(sym)); + (void)printf(" %c ", typeletter(sym)); } if (SYMBOL_TYPE(sym->n_type) == N_INDR && show_extensions) -- cgit v1.2.3