summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-01-22 15:36:59 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-01-22 15:36:59 +0800
commit0c4b5ec81e0046811554859a1e7ea452760bf58e (patch)
treed032d831bed90b9ad94b4de72bc0b0345125f0bb
parentcfa6f70d83459c7fbdc6d8e5bbb426ad93d3bd9f (diff)
downloadk&r-exercises-0c4b5ec81e0046811554859a1e7ea452760bf58e.tar.gz
5.11
-rw-r--r--5/11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/5/11.c b/5/11.c
index b47fdb8..ce2fe89 100644
--- a/5/11.c
+++ b/5/11.c
@@ -42,6 +42,6 @@ int main(int argc, char *argv[]) {
return 1;
}
- printf("\t%s\n", t);
+ printf("%s:\n%s\n", op == 'e' ? "entabbed" : "detabbed", t);
return 0;
} \ No newline at end of file