diff options
author | corvid <corvid@lavabit.com> | 2012-11-10 17:55:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-10 17:55:34 +0000 |
commit | f50e3982ae85b6a3072fb3c97cfdc88bb2dc9fb0 (patch) | |
tree | 255f32f0fbae56a129549fd638785a7d0034d747 /src | |
parent | bd85d5adbc2aa39fac5ff7ebea44341f9ec17061 (diff) |
rm MSG blank lines
Diffstat (limited to 'src')
-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 f2bf7e44..812b5c7c 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2967,10 +2967,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"); } /* |