]> git.lyx.org Git - lyx.git/commitdiff
Fix MSVC warning.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 1 Sep 2007 22:26:59 +0000 (22:26 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 1 Sep 2007 22:26:59 +0000 (22:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19984 a592a061-630c-0410-9148-cb99ea01b6c8

src/EmbeddedFiles.cpp

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