]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.cpp
Remove direct calls of exit()
[lyx.git] / src / Compare.cpp
index 1d72ebfd31e6e1d7f884fad8a38cac9715de3ff8..c2a01a64df8a189b0e85ed73a7877a6cf1823500 100644 (file)
@@ -384,7 +384,7 @@ void Compare::run()
        AuthorList const & extra_authors = options_.settings_from_new ?
                old_buffer->params().authors() : new_buffer->params().authors();
        AuthorList::Authors::const_iterator it = extra_authors.begin();
-       for (; it != extra_authors.end(); it++)
+       for (; it != extra_authors.end(); ++it)
                dest_buffer->params().authors().record(*it);
        
        doStatusMessage();