]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVCLog.C
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormVCLog.C
index 948afbaf45a189687806fa6189f8bd06333dc8dc..2c6be8eeb7bd570ac8cface9a308b9340e9c169e 100644 (file)
@@ -35,6 +35,5 @@ void FormVCLog::update()
        ostringstream ss;
        controller().getVCLogFile(ss);
 
-       fl_add_browser_line(dialog_->browser,
-                           ss.str().c_str());
+       fl_add_browser_line(dialog_->browser, ss.str().c_str());
 }