From: songbaisen Date: Mon, 30 May 2016 11:32:57 +0000 (+0800) Subject: doc: fix the librados c api can not compile problem X-Git-Tag: v12.0.0~14^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=750705aca6629115158dfba09288f752af5cacd8;p=ceph.git doc: fix the librados c api can not compile problem Signed-off-by:song baisen --- diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index ba68550163be1..7337ef2b4720e 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -579,8 +579,9 @@ C Example #include #include #include + #include - int main (int argc, const char argv**) + int main (int argc, const char **argv) { /* * Continued from previous C example, where cluster handle and