]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
examples/librados/hello_world.cc:missing semicolon 6086/head
authorMichal Jarzabek <stiopa@gmail.com>
Sat, 26 Sep 2015 13:45:22 +0000 (14:45 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Sat, 26 Sep 2015 13:45:22 +0000 (14:45 +0100)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
examples/librados/hello_world.cc

index 9d3713495a3bd2e98031bd107d953d7b1d7105ef..9573ecd73a649054606336872c96eab1f81a7ff6 100644 (file)
@@ -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;