summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-11-03 22:40:59 -0300
committerAndre Miranda <andreldm@xfce.org>2017-11-03 22:40:59 -0300
commit7cca9b2704e029ef59bbc1f885768bde7773986e (patch)
tree77d466b9e0012fea71d804e36051bdb5e5b04cd9 /thunarx
parentc12465f57a3fe4f162316e8ee79df55a926e282a (diff)
downloadthunar-7cca9b2704e029ef59bbc1f885768bde7773986e.tar.gz
Add missing ';' to thunarx-menu-item.h
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/thunarx-menu-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunarx/thunarx-menu-item.h b/thunarx/thunarx-menu-item.h
index 6a64ab9f..3eaed6b4 100644
--- a/thunarx/thunarx-menu-item.h
+++ b/thunarx/thunarx-menu-item.h
@@ -61,7 +61,7 @@ void thunarx_menu_item_activate (ThunarxMenuItem *item);
gboolean thunarx_menu_item_get_sensitive (ThunarxMenuItem *item);
void thunarx_menu_item_set_sensitive (ThunarxMenuItem *item,
- gboolean sensitive)
+ gboolean sensitive);
G_END_DECLS;