]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsConverter.cpp
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / graphics / GraphicsConverter.cpp
index ccfb57ce4b4a02f9dfa3a1507713de677856987c..84918b0657cea13a69d6512eb2aeb0a83f52546d 100644 (file)
@@ -261,7 +261,7 @@ static void build_script(string const & from_file,
                  string const & to_format,
                  ostream & script)
 {
-       LASSERT(from_format != to_format, /**/);
+       LASSERT(from_format != to_format, return);
        LYXERR(Debug::GRAPHICS, "build_script ... ");
        typedef Graph::EdgePath EdgePath;