[sword-svn] r3354 - trunk/src/modules/filters

charcoal at crosswire.org charcoal at crosswire.org
Tue Mar 17 17:00:22 MST 2015


Author: charcoal
Date: 2015-03-17 17:00:22 -0700 (Tue, 17 Mar 2015)
New Revision: 3354

Modified:
   trunk/src/modules/filters/thmllatex.cpp
Log:
compilation failure: add missing right-paren

Modified: trunk/src/modules/filters/thmllatex.cpp
===================================================================
--- trunk/src/modules/filters/thmllatex.cpp	2015-03-17 17:32:30 UTC (rev 3353)
+++ trunk/src/modules/filters/thmllatex.cpp	2015-03-18 00:00:22 UTC (rev 3354)
@@ -183,7 +183,7 @@
 			if (tag.getAttribute("type") && !strcmp(tag.getAttribute("type"), "morph")) { //>
 				if(value.length())
 					buf.appendFormatted("\\swordmorph[Greek]{%s}", 
-						value.c_str();
+						value.c_str());
 			}
 			else if (tag.getAttribute("type") && !strcmp(tag.getAttribute("type"), "lemma")) { //>
 				if(value.length())




More information about the sword-cvs mailing list