]> git.lyx.org Git - features.git/commitdiff
Fix an old typo.
authorRichard Heck <rgheck@comcast.net>
Tue, 22 Apr 2008 23:12:36 +0000 (23:12 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 22 Apr 2008 23:12:36 +0000 (23:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24469 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetBibtex.cpp

index ebc209e3b474d31e92d55d6425ae26a43e1e0138..7264d1bc217bce9955c5fe471a86c151661cd63f 100644 (file)
@@ -179,7 +179,7 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const
                if (didone)
                        dbs << ',';
                else 
-                       didone =- true;
+                       didone = true;
                // FIXME UNICODE
                dbs << from_utf8(latex_path(database));
        }