Fix comment

Change-Id: I726f3cd30a9a7d393a414efbaebabdc1807f4ecc
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92388
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
Tor Lillqvist 2020-04-16 14:14:23 +03:00
parent 2f703dc5ae
commit 2c07a36b69

View file

@ -29,7 +29,7 @@ inline std::ostream& operator<<(std::ostream& os, const std::vector<char>& v)
#define LOK_ASSERT_IMPL(X) assert(X);
#else
#define LOK_ASSERT_IMPL(X)
#endif //LOK_BREAK_ON_ASSERTION
#endif //LOK_ABORT_ON_ASSERTION
#define LOK_ASSERT(condition) \
do \