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:
parent
2f703dc5ae
commit
2c07a36b69
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue