]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
revert r35282
[lyx.git] / src / CoordCache.cpp
index 7593bcafc7d80a4099f7a48df4aa66ce50e16b2d..22dbdbbd64d2b424ede0be3c626811e544713acd 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -37,7 +37,7 @@ void lyxbreaker(void const * data, const char * hint, int size)
 {
        LYXERR0("break on pointer: " << data << " hint: " << hint
                << " size: " << size);
-       LASSERT(false, /**/);
+        LASSERT(false, return);
 }