diff --git a/example/condense/condense.cpp b/example/condense/condense.cpp index 22c882e..fdd704a 100644 --- a/example/condense/condense.cpp +++ b/example/condense/condense.cpp @@ -27,5 +27,7 @@ int main(int argc, char* argv[]) { return 1; } + os.Flush(); + return 0; } diff --git a/example/pretty/pretty.cpp b/example/pretty/pretty.cpp index dae41b4..f304fbb 100644 --- a/example/pretty/pretty.cpp +++ b/example/pretty/pretty.cpp @@ -24,5 +24,6 @@ int main(int argc, char* argv[]) { return 1; } + os.Flush(); return 0; }