=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/hexdump/odsyntax.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/hexdump/odsyntax.c 2016/03/15 04:19:13 1.27 +++ src/usr.bin/hexdump/odsyntax.c 2017/05/30 05:58:44 1.28 @@ -1,4 +1,4 @@ -/* $OpenBSD: odsyntax.c,v 1.27 2016/03/15 04:19:13 mmcc Exp $ */ +/* $OpenBSD: odsyntax.c,v 1.28 2017/05/30 05:58:44 tedu Exp $ */ /* $NetBSD: odsyntax.c,v 1.15 2001/12/07 15:14:29 bjh21 Exp $ */ /*- @@ -403,12 +403,12 @@ } static void -odadd(const char *fmt) +odadd(const char *format) { static int needpad; if (needpad) add("\""PADDING"\""); - add(fmt); + add(format); needpad = 1; }