diff options
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index a9838aff..70466979 100644 --- a/src/html.cc +++ b/src/html.cc @@ -451,7 +451,7 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url, Start_Buf = NULL; Start_Ofs = 0; - MSG("DilloHtml(): content type: %s\n", content_type); + _MSG("DilloHtml(): content type: %s\n", content_type); this->content_type = dStrdup(content_type); /* get charset */ |