about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@conformal.com>2013-07-10 10:01:49 -0400
committerJosh Rickmar <jrick@conformal.com>2013-07-10 10:01:49 -0400
commitd92f21059bae6510858f7751286ced8b27cdea80 (patch)
treeda5be362b28fd3a654f2b24780607b14f69166ca
parent0f89e82d04750f7a0cb1ba69bf106af0e4f5986e (diff)
downloadxombrero-d92f21059bae6510858f7751286ced8b27cdea80.tar.gz
fix build
-rw-r--r--inputfocus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputfocus.c b/inputfocus.c
index b5b4e19..f066964 100644
--- a/inputfocus.c
+++ b/inputfocus.c
@@ -159,7 +159,7 @@ focus_input(struct tab *t)
 
 	/* try current active element */
 	a = webkit_dom_html_document_get_active_element(
-	    WEBKIT_DOM_HTML_DOCUMENT(doc);
+	    WEBKIT_DOM_HTML_DOCUMENT(doc));
 	if (node_is_valid_entry((WebKitDOMNode *)a)) {
 		rv = 1; /* found */
 		goto done;