summaryrefslogtreecommitdiff
path: root/src/thee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thee.c')
-rw-r--r--src/thee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thee.c b/src/thee.c
index a82a290..6e29288 100644
--- a/src/thee.c
+++ b/src/thee.c
@@ -47,7 +47,7 @@ int entry_thee(int argc, char **argv) {
struct filebuf *fb = stream_to_filebuf(stdin, O_NOALLOWMAP);
- //process(fb, stdout);
+ process(fb, stdout);
for (int i = 0; args[i]; i++) {
FILE *file = fopen(args[i], opts.append ? "a" : "w");
if (!file) {