summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-24 22:11:11 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-24 22:11:11 (EDT)
commite7bd0391726cc074e56bcd081e61ecff7e849e1a (patch)
tree4143afed7a88e7e17c32fd0010faa8f979a1d506 /src
parent72d92012349e75c3075f37b7233ddeb9c70e7a19 (diff)
downloadmarquee-e7bd0391726cc074e56bcd081e61ecff7e849e1a.zip
marquee-e7bd0391726cc074e56bcd081e61ecff7e849e1a.tar.gz
marquee-e7bd0391726cc074e56bcd081e61ecff7e849e1a.tar.bz2
src/tab.h: Add missing semicolon
Diffstat (limited to 'src')
-rw-r--r--src/tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index 20259ab..6316b02 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -58,7 +58,7 @@ MqTab *
mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *source);
MqTab *
-mq_tab_new_root(void)
+mq_tab_new_root(void);
GtkWidget *
mq_tab_get_tab(MqTab *tab);