remove some more extra semicolons

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-03-16 13:37:13 -07:00
parent 6d91b5c7b2
commit 00b9f69c90
4 changed files with 7 additions and 7 deletions

View File

@@ -28,6 +28,6 @@ namespace ixmlwrap {
const char *getFirstElementValue(IXML_Document *doc,
const char *name) noexcept;
};
}
#endif /* _IXMLWRAP_H_INCLUDED_ */