Minor change to reprint a single \ as \ instead of \.
This commit is contained in:
parent
bbf858134c
commit
1ac53c22b2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ int a = 0;
|
|||
printf("\\t");
|
||||
continue;
|
||||
} else {
|
||||
printf("\\");
|
||||
printf("\\\\");
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue