summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--5/11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/5/11.c b/5/11.c
index 0a7cc00..b4efa68 100644
--- a/5/11.c
+++ b/5/11.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
return 1;
}
- printf("%s:\n%s\n", op == 'e' ? "entabbed" : "detabbed", t);
+ printf("%s text:\n%s\n", op == 'e' ? "entabbed" : "detabbed", t);
return 0;
}