about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 974e270..fbc21b4 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -5220,7 +5220,7 @@ hint_continue(struct tab *t)
 			show_oops(t, "invalid numerical hint %s", &c[1]);
 			goto done;
 		}
-		s = g_strdup_printf("hints.updateHints(%d", i);
+		s = g_strdup_printf("hints.updateHints(%d);", i);
 		run_script(t, s);
 		g_free(s);
 	} else {