]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.C
fix typo that put too many include paths for most people
[lyx.git] / src / graphics / GraphicsParams.C
index eeea38affce9bd114be31e587c4a3b304959a633..b0cf8e1312aef3ac214617c7b558d2fbaeb91b1c 100644 (file)
@@ -31,7 +31,7 @@ GParams::GParams(InsetGraphicsParams const & iparams, string const & filepath)
        if (!filepath.empty()) {
                filename = MakeAbsPath(filename, filepath);
        }
-       
+
        if (iparams.clip)
                bb = iparams.bb;