From e4e22b6b3fe006c7c43c7cc636e39fa950906b5d Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Mon, 11 Jun 2018 16:17:08 +0200 Subject: [PATCH] test/encoding/types.h: Adjusting src/rbd_replay entries This patch is about removing a simple typo. The semi-colong isn't necessary here. Signed-off-by: Erwan Velu --- src/test/encoding/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 977bac695b79b..089d6631d5cc9 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -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) -- 2.39.5