remove extra semicolon
Found with -Wextra-semi Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
throw std::runtime_error("dbus_message_iter_append_fixed_array() failed");
|
||||
|
||||
return *this;
|
||||
};
|
||||
}
|
||||
|
||||
AppendMessageIter &AppendFixedArray(ConstBuffer<uint32_t> value) {
|
||||
return AppendFixedArray(DBUS_TYPE_UINT32,
|
||||
|
Reference in New Issue
Block a user