=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nm/nm.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/nm/nm.c 2013/10/19 08:59:48 1.34 +++ src/usr.bin/nm/nm.c 2013/10/21 02:59:52 1.35 @@ -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 @@ 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)