]> gitweb.michael.orlitzky.com - iconv-quirks.git/commitdiff
main.c: typo
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Jul 2026 20:47:27 +0000 (16:47 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Jul 2026 20:47:27 +0000 (16:47 -0400)
main.c

diff --git a/main.c b/main.c
index e63e138d658930b00eb12753d8ec51fb0bede6ba..4d3cf4ccfe8f8f54b1797ebd9344cbd6ec78ab10 100644 (file)
--- a/main.c
+++ b/main.c
@@ -267,7 +267,7 @@ int test_iconv_incomplete_multibyte_is_einval() {
     }
 
     if (saved_errno == EINVAL) {
-      printf("OK)\n");
+      printf("OK\n");
       return SUCCESS;
     }
     else {