diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-17 11:31:57 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-17 11:31:57 +0100 |
commit | 0bbf8d7470e94e78d3be45e4da023034943e25b3 (patch) | |
tree | e0dc3173c94779c2e360a6702607d7aa689d93f9 /src/html.cc | |
parent | 9153bef3961e671095ab03be3b3f6cb23a5059e1 (diff) | |
parent | d9bccd6d15eb017964fbdfc3aba428dfbc4764b2 (diff) |
Merge.
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc index 1803e68c..ea675c1a 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2969,10 +2969,10 @@ void a_Html_load_stylesheet(DilloHtml *html, DilloUrl *url) ++html->bw->NumPendingStyleSheets; a_Bw_add_client(html->bw, ClientKey, 0); a_Bw_add_url(html->bw, url); - MSG("NumPendingStyleSheets=%d", html->bw->NumPendingStyleSheets); + MSG("NumPendingStyleSheets=%d\n", html->bw->NumPendingStyleSheets); } } - MSG("\n"); + _MSG("\n"); } /* |