Author: hhubner Date: 2006-12-03 08:27:47 -0500 (Sun, 03 Dec 2006) New Revision: 2105
Modified: trunk/bknr/src/xml-impex/xml-export.lisp Log: Remove unmatched parenthesis
Modified: trunk/bknr/src/xml-impex/xml-export.lisp =================================================================== --- trunk/bknr/src/xml-impex/xml-export.lisp 2006-12-03 13:26:32 UTC (rev 2104) +++ trunk/bknr/src/xml-impex/xml-export.lisp 2006-12-03 13:27:47 UTC (rev 2105) @@ -109,4 +109,4 @@ (slot-value object name))))))) (sax:end-element cxml::*sink* nil nil qname)))) - (t nil))))) + (t nil))))