comparison 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
comparison
equal deleted inserted replaced
1357:46c3bcd25b53 1358:2f5e54b0c5c4
4735 DW_HWND_OBJECT, 4735 DW_HWND_OBJECT,
4736 (HMENU)id, 4736 (HMENU)id,
4737 DWInstance, 4737 DWInstance,
4738 NULL); 4738 NULL);
4739 #else 4739 #else
4740 dw_debug("HTML widget not available; Support not enabled in this build."); 4740 dw_debug("HTML widget not available; Support not enabled in this build.\n");
4741 return 0; 4741 return 0;
4742 #endif 4742 #endif
4743 } 4743 }
4744 4744
4745 /* 4745 /*