diff options
Diffstat (limited to 'src/regress/lib/libc/locale/check_isw/check_isw.c')
-rw-r--r-- | src/regress/lib/libc/locale/check_isw/check_isw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/locale/check_isw/check_isw.c b/src/regress/lib/libc/locale/check_isw/check_isw.c index 9386267f61..718f387883 100644 --- a/src/regress/lib/libc/locale/check_isw/check_isw.c +++ b/src/regress/lib/libc/locale/check_isw/check_isw.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: check_isw.c,v 1.1 2005/08/11 21:57:02 espie Exp $ */ | 1 | /* $OpenBSD: check_isw.c,v 1.2 2017/07/27 15:08:37 bluhm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2005 Marc Espie <espie@openbsd.org> | 3 | * Copyright (c) 2005 Marc Espie <espie@openbsd.org> |
4 | * | 4 | * |
@@ -69,7 +69,7 @@ test1() | |||
69 | if (i % 8 == 7) | 69 | if (i % 8 == 7) |
70 | printf("\n"); | 70 | printf("\n"); |
71 | } | 71 | } |
72 | printf("%\n"); | 72 | printf("\n"); |
73 | } | 73 | } |
74 | 74 | ||
75 | void | 75 | void |