Commit d26a6e8b authored by miloyip@gmail.com's avatar miloyip@gmail.com

Added missing Flush() in examples. Flush() will be called in Writer later.

git-svn-id: https://rapidjson.googlecode.com/svn/trunk@25 c5894555-1306-4e8d-425f-1f6f381ee07c
parent 04515a63
......@@ -27,5 +27,7 @@ int main(int argc, char* argv[]) {
return 1;
}
os.Flush();
return 0;
}
......@@ -24,5 +24,6 @@ int main(int argc, char* argv[]) {
return 1;
}
os.Flush();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment