about summary refs log tree commit diff stats
path: root/about.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@conformal.com>2013-06-13 20:07:51 -0400
committerJosh Rickmar <jrick@conformal.com>2013-06-13 20:07:51 -0400
commit1596f8508aa7976125d5a42124d8a4ae92365a46 (patch)
treecfff8a8b4faac4c588fc177991c374c3e362014a /about.c
parent17baee6fdc4112beb3affd0112d1f2f5210aea70 (diff)
downloadxombrero-1596f8508aa7976125d5a42124d8a4ae92365a46.tar.gz
remove extra space
Diffstat (limited to 'about.c')
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index 7b41454..fd4c1c0 100644
--- a/about.c
+++ b/about.c
@@ -704,7 +704,7 @@ add_favorite(struct tab *t, struct karg *args)
 	if (args->s && strlen(g_strstrip(args->s)))
 		argtitle = html_escape(g_strstrip(args->s));
 
-	title = argtitle ? argtitle :  get_title(t, FALSE);
+	title = argtitle ? argtitle : get_title(t, FALSE);
 	uri = get_uri(t);
 
 	if (title == NULL || uri == NULL) {