mirror of
https://github.com/ceph/ceph
synced 2025-05-19 03:42:24 +00:00
examples/librados/hello_world.cc:missing semicolon
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
This commit is contained in:
parent
18a985affd
commit
2fea3a56a6
@ -172,7 +172,7 @@ int main(int argc, const char **argv)
|
||||
goto out;
|
||||
} else {
|
||||
std::cout << "we read our object " << object_name
|
||||
<< ", and got back " << ret << " bytes with contents\n"
|
||||
<< ", and got back " << ret << " bytes with contents\n";
|
||||
std::string read_string;
|
||||
read_buf.copy(0, ret, read_string);
|
||||
std::cout << read_string << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user