summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-21 02:59:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-21 02:59:53 +0000
commit5648a6310cb1ffac374d5ca76c16b811bf938fba (patch)
tree3154804782559ba9734d8d9eb7c5e2906195a58e
parentfe02d88b570a6415ee173573af4ed0a29e855873 (diff)
remove a space that snuck into the output
-rw-r--r--usr.bin/nm/nm.c4
1 files 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)