diff options
author | jcid <devnull@localhost> | 2008-10-08 16:44:29 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-08 16:44:29 +0200 |
commit | 078a99b620bb57a9a4007d96c4c3f76f996b1229 (patch) | |
tree | b4fd925d11a1a64621b2cbda723759fce26944a4 | |
parent | f2c347b150ab99caab7688d5194ae67fabd3265d (diff) |
.
-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 */ |