summaryrefslogtreecommitdiffstats
path: root/5
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-01-28 18:54:34 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-01-28 18:54:34 +0800
commitdd259d62f1e8a8258187204885773ec12952a1e6 (patch)
tree55cf48af6293aba37cdecb67bcc266e5344b0d12 /5
parent2f05e2fe7f82f1a7c8562712c6d6223d82ccc1c2 (diff)
downloadk&r-exercises-dd259d62f1e8a8258187204885773ec12952a1e6.tar.gz
5.11
Diffstat (limited to '5')
-rw-r--r--5/11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/5/11.c b/5/11.c
index 545d0cb..1e4a3f8 100644
--- a/5/11.c
+++ b/5/11.c
@@ -50,7 +50,7 @@ int main(int argc, char *argv[]) {
entab(s, t, colv, colc);
break;
case 'd':
- // detab(s, t, colv, colc);
+ detab(s, t, colv, colc);
break;
default:
printf("Error: invalid operation.\n");