diff win/dw.c @ 1358:2f5e54b0c5c4

dw_debug() lines in dw_html_new() should end with a newline.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 18 Nov 2011 15:09:26 +0000
parents 1f22addc2722
children 412af8059331
line wrap: on
line diff
--- a/win/dw.c	Fri Nov 18 14:56:25 2011 +0000
+++ b/win/dw.c	Fri Nov 18 15:09:26 2011 +0000
@@ -4737,7 +4737,7 @@
                   DWInstance,
                   NULL);
 #else
-   dw_debug("HTML widget not available; Support not enabled in this build.");
+   dw_debug("HTML widget not available; Support not enabled in this build.\n");
    return 0;
 #endif
 }