diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-13 23:00:11 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-13 23:00:11 +0100 |
commit | c762eb9ab50bcc5d35194a82cf7837dbd3604984 (patch) | |
tree | 7217bfbc1bb7423e5c12769b6f51fd5f7bdb7c9a /src/html.cc | |
parent | 3b53c5940970f002e2e77b347802f8e2c9684904 (diff) | |
parent | 6007e29a71c6465430db23ee7c3d33fdb82aae95 (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 b1396fd5..ad4eae21 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"); } /* |