aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/sample-add-timestamp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/sample-add-timestamp.cpp b/apps/sample-add-timestamp.cpp
index 841782e..ec3c43a 100644
--- a/apps/sample-add-timestamp.cpp
+++ b/apps/sample-add-timestamp.cpp
@@ -83,6 +83,8 @@ public:
parser->process(b);
}
+ stdout->flush();
+
return EXIT_SUCCESS;
};
};