diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2010-02-08 20:59:33 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2010-02-08 20:59:33 (GMT) |
commit | f22ba481afa686d1a834e056963f8d41621aba88 (patch) | |
tree | 267387c59c5c0c6c4623d616f7102d54600dfba9 /src/rtfgen.cpp | |
parent | 3eb607c72338237e65fc44562b153db7ce4e0ac9 (diff) | |
download | Doxygen-f22ba481afa686d1a834e056963f8d41621aba88.zip Doxygen-f22ba481afa686d1a834e056963f8d41621aba88.tar.gz Doxygen-f22ba481afa686d1a834e056963f8d41621aba88.tar.bz2 |
Release-1.6.2-20100208
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index b2541a6..6ef321c 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -633,11 +633,11 @@ void RTFGenerator::endIndexSection(IndexSections is) t << "\\par " << rtf_Style_Reset << endl; if (fortranOpt) { - t << "{\\tc \\v " << theTranslator->trModulesIndex() << "}"<< endl; + t << "{\\tc \\v " << theTranslator->trModulesIndex() << "}" << endl; } else { - t << "{\\tc \\v " << theTranslator->trNamespaceIndex() << "}"<< endl; + t << "{\\tc \\v " << theTranslator->trNamespaceIndex() << "}" << endl; } t << "{\\field\\fldedit{\\*\\fldinst INCLUDETEXT \"namespaces.rtf\" \\\\*MERGEFORMAT}{\\fldrslt includedstuff}}\n"; |