Skip to content

Commit

Permalink
cppcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jun 18, 2022
1 parent f7d2071 commit 2b1ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ std::string Plugin::ConfigStr()
if (!guiElem)
{
guiElem = doc.NewElement("gz-gui");
pluginElem->InsertEndChild(guiElem);
pluginElem->InsertEndChild(guiElem);
}

// Clean <property>s
Expand Down

0 comments on commit 2b1ed0a

Please sign in to comment.