]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rbd.pyx: drop stray semicolon
authorSage Weil <sage@redhat.com>
Thu, 14 Jan 2016 14:22:48 +0000 (09:22 -0500)
committerSage Weil <sage@redhat.com>
Thu, 14 Jan 2016 14:22:48 +0000 (09:22 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/rbd.pyx

index 6be015c75008b53cc7fe87ca99b246e1b1f43d11..a03d97578d3aea2c6b7da83148189492cf3f546d 100644 (file)
@@ -148,7 +148,7 @@ cdef extern from "rbd/librbd.h" nogil:
     int rbd_snap_set(rbd_image_t image, const char *snapname)
     int rbd_flatten(rbd_image_t image)
     int rbd_rebuild_object_map(rbd_image_t image, librbd_progress_fn_t cb,
-                               void *cbdata);
+                               void *cbdata)
     ssize_t rbd_list_children(rbd_image_t image, char *pools, size_t *pools_len,
                               char *images, size_t *images_len)
     ssize_t rbd_list_lockers(rbd_image_t image, int *exclusive,