diff options
author | Patrick Simianer <p@simianer.de> | 2014-07-20 15:08:12 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-07-20 15:08:12 +0200 |
commit | 08e9a6f71c80fc7327d1758312b40bd5ba763dc9 (patch) | |
tree | 93a027bbb3e34fd60cc8e5d030a443a7f665389f /fast/read_pak.cc | |
parent | f219bab21c07d02e7e54d557e23387bd93c9ce5f (diff) |
a lot
Diffstat (limited to 'fast/read_pak.cc')
-rw-r--r-- | fast/read_pak.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fast/read_pak.cc b/fast/read_pak.cc index 81eed5d..c1cf761 100644 --- a/fast/read_pak.cc +++ b/fast/read_pak.cc @@ -1,6 +1,6 @@ -#include <msgpack.hpp> #include <iostream> #include <fstream> +#include <msgpack.hpp> using namespace std; @@ -20,7 +20,8 @@ main(int argc, char** argv) msgpack::object o = result.get(); cout << o << endl; } - if (!bytes) break; } + + return 0; } |