artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d42ef
)
fix a shadow warning. from Brian Callahan
author
tedu
<tedu@openbsd.org>
Tue, 30 May 2017 05:58:44 +0000
(
05:58
+0000)
committer
tedu
<tedu@openbsd.org>
Tue, 30 May 2017 05:58:44 +0000
(
05:58
+0000)
usr.bin/hexdump/odsyntax.c
patch
|
blob
|
history
diff --git
a/usr.bin/hexdump/odsyntax.c
b/usr.bin/hexdump/odsyntax.c
index
c9e8603
..
7237771
100644
(file)
--- a/
usr.bin/hexdump/odsyntax.c
+++ b/
usr.bin/hexdump/odsyntax.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: odsyntax.c,v 1.2
7 2016/03/15 04:19:13 mmcc
Exp $ */
+/* $OpenBSD: odsyntax.c,v 1.2
8 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
@@
odoffset(int argc, char ***argvp)
}
static void
-odadd(const char *f
m
t)
+odadd(const char *f
orma
t)
{
static int needpad;
if (needpad)
add("\""PADDING"\"");
- add(f
m
t);
+ add(f
orma
t);
needpad = 1;
}