X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAuthor.cpp;h=3d03fe71131ada993ade5301978261f1acbfa772;hb=bf2bf2eaedadf39a6398db624c8b6c52099ca31d;hp=03025a38aa9910f8695039fa6b3d56a497f31c4f;hpb=b917c4e40f9f5cd3d101444600eddafcca54d6e3;p=lyx.git diff --git a/src/Author.cpp b/src/Author.cpp index 03025a38aa..3d03fe7113 100644 --- a/src/Author.cpp +++ b/src/Author.cpp @@ -184,7 +184,7 @@ ostream & operator<<(ostream & os, AuthorList const & a) for (; a_it != a_end; ++a_it) { if (a_it->used() && a_it->valid()) - os << "\\author " << *a_it << "\n"; + os << "\\author " << *a_it << "\n"; } return os; }