diff dmd/doc.c @ 510:6aee82889553

Merged DMD 1.034, array operations are not yet implemented ;)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 14 Aug 2008 06:55:41 +0200
parents aaade6ded589
children f79bbd1d0b27
line wrap: on
line diff
--- a/dmd/doc.c	Thu Aug 14 03:09:26 2008 +0200
+++ b/dmd/doc.c	Thu Aug 14 06:55:41 2008 +0200
@@ -775,7 +775,7 @@
 	    {
 		TemplateParameter *tp = (TemplateParameter *)td->origParameters->data[i];
 		if (i)
-		    buf->writeByte(',');
+		    buf->writestring(", ");
 		tp->toCBuffer(buf, &hgs);
 	    }
 	    buf->writeByte(')');