comparison os2/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 46c3bcd25b53
children 324812debcc9
comparison
equal deleted inserted replaced
1357:46c3bcd25b53 1358:2f5e54b0c5c4
10734 * id: An ID to be used with dw_window_from_id() or 0L. 10734 * id: An ID to be used with dw_window_from_id() or 0L.
10735 */ 10735 */
10736 HWND API dw_html_new(unsigned long id) 10736 HWND API dw_html_new(unsigned long id)
10737 { 10737 {
10738 id = id; 10738 id = id;
10739 dw_debug("HTML widget not available; OS/2 currently does not support it."); 10739 dw_debug("HTML widget not available; OS/2 currently does not support it.\n");
10740 return 0; 10740 return 0;
10741 } 10741 }
10742 10742
10743 typedef struct _dwprint 10743 typedef struct _dwprint
10744 { 10744 {