lyxbreaker: don't crash in release mode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27427 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-11-14 16:30:31 +00:00
parent 7ffa606290
commit 1c211e6473

View File

@ -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);
}