From 1ac53c22b252b8868884496f3c408b3fb9ce225b Mon Sep 17 00:00:00 2001 From: Reina Harrington-Affine Date: Thu, 14 Aug 2025 17:29:11 +0000 Subject: [PATCH] Minor change to reprint a single \ as \ instead of \. --- KNR C/ex1_10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KNR C/ex1_10.c b/KNR C/ex1_10.c index ed4b8c6..18d39d9 100644 --- a/KNR C/ex1_10.c +++ b/KNR C/ex1_10.c @@ -16,7 +16,7 @@ int a = 0; printf("\\t"); continue; } else { - printf("\\"); + printf("\\\\"); continue; } } else {