Fix MSVC warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19984 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-01 22:26:59 +00:00
parent d166ee8699
commit 6b9a526034

View File

@ -144,6 +144,7 @@ bool EmbeddedFile::extract(Buffer const * buf) const
LYXERR(Debug::DEBUG) << "Fs error: " << fe.what() << endl;
}
}
return false;
}