document-portal: Fix warning

We need to return something from main()
This commit is contained in:
Alexander Larsson
2015-10-06 10:12:19 +02:00
parent 607e3b1849
commit 7c4898cbb2

View File

@@ -762,4 +762,6 @@ main (int argc,
g_dbus_node_info_unref (introspection_data);
do_exit (final_exit_status);
return 0;
}