]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding/types.h: Adjusting src/rbd_replay entries
authorErwan Velu <erwan@redhat.com>
Mon, 11 Jun 2018 14:17:08 +0000 (16:17 +0200)
committerErwan Velu <erwan@redhat.com>
Tue, 12 Jun 2018 15:30:58 +0000 (17:30 +0200)
This patch is about removing a simple typo.
The semi-colong isn't necessary here.

Signed-off-by: Erwan Velu <erwan@redhat.com>
src/test/encoding/types.h

index 977bac695b79b50c7949ff902455a54c8028ea67..089d6631d5cc951f8bea6ad3b1d18bcd47190654 100644 (file)
@@ -328,7 +328,7 @@ TYPE(librbd::watch_notify::ResponseMessage)
 
 #include "rbd_replay/ActionTypes.h"
 TYPE(rbd_replay::action::Dependency)
-TYPE(rbd_replay::action::ActionEntry);
+TYPE(rbd_replay::action::ActionEntry)
 
 #include "tools/rbd_mirror/image_map/Types.h"
 TYPE(rbd::mirror::image_map::PolicyData)