aboutsummaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2010-09-05 21:55:37 +0200
committerJeremy Henty <onepoint@starurchin.org>2010-09-05 21:55:37 +0200
commit96c964c385281d986922a3cc9e0486ffdbc355ca (patch)
tree1168376ec229be088a3d1288d71f8b6f31c19c45 /src/nav.c
parent6734ea00426cc35bf360f8eb1efd4f6ea1063d8b (diff)
consistent screaming quotes
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nav.c b/src/nav.c
index 740bc565..c5311cfb 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -395,7 +395,7 @@ static void Nav_repush_callback(void *data)
void a_Nav_repush(BrowserWindow *bw)
{
dReturn_if_fail (bw != NULL);
- MSG(">>> a_Nav_repush <<<<\n");
+ MSG(">>>> a_Nav_repush <<<<\n");
a_Timeout_add(0.0, Nav_repush_callback, (void*)bw);
}
@@ -424,7 +424,7 @@ static void Nav_redirection0_callback(void *data)
void a_Nav_redirection0(BrowserWindow *bw, const DilloUrl *new_url)
{
dReturn_if_fail (bw != NULL);
- _MSG(">>> a_Nav_redirection0 <<<<\n");
+ _MSG(">>>> a_Nav_redirection0 <<<<\n");
a_Url_free(bw->meta_refresh_url);
bw->meta_refresh_url = a_Url_dup(new_url);