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 {