summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/printf/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/printf/string.c')
-rw-r--r--src/regress/lib/libc/printf/string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/printf/string.c b/src/regress/lib/libc/printf/string.c
index afbc4fc79c..6e65a371a4 100644
--- a/src/regress/lib/libc/printf/string.c
+++ b/src/regress/lib/libc/printf/string.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: string.c,v 1.1 2020/07/08 01:18:04 schwarze Exp $ */ 1/* $OpenBSD: string.c,v 1.2 2020/07/14 16:40:04 kettenis Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3 * Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4 * 4 *
@@ -255,7 +255,7 @@ main(int argc, char *argv[])
255 const wchar_t ws[] = { 0x0421, 0x043e, 0x0444, 0x044f, 0 }; 255 const wchar_t ws[] = { 0x0421, 0x043e, 0x0444, 0x044f, 0 };
256 const wchar_t wsbad[] = { 0x0391, 0xdeef, 0x3c9, 0 }; 256 const wchar_t wsbad[] = { 0x0391, 0xdeef, 0x3c9, 0 };
257 int badarg, picky; 257 int badarg, picky;
258 char ch; 258 int ch;
259 259
260 badarg = picky = 0; 260 badarg = picky = 0;
261 while ((ch = getopt(argc, argv, "pv")) != -1) { 261 while ((ch = getopt(argc, argv, "pv")) != -1) {