aboutsummaryrefslogtreecommitdiff
path: root/tools/dbusmenu-dumper.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dbusmenu-dumper.c')
-rw-r--r--tools/dbusmenu-dumper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c
index 6dcdb2f..d8512f2 100644
--- a/tools/dbusmenu-dumper.c
+++ b/tools/dbusmenu-dumper.c
@@ -112,7 +112,7 @@ decrement_count (void)
}
/* Checks whether we need to watch a menu item, and recurses down to
- it's children as well */
+ its children as well */
static void
check_realizations (DbusmenuMenuitem * item)
{
@@ -388,7 +388,6 @@ static GOptionEntry general_options[] = {
int
main (int argc, char ** argv)
{
- g_type_init();
GError * error = NULL;
GOptionContext * context;