summaryrefslogtreecommitdiffstats
path: root/5/11.c
diff options
context:
space:
mode:
Diffstat (limited to '5/11.c')
-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");