From 7c4898cbb2d6e653ae77932b80259d4e9137a07d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 6 Oct 2015 10:12:19 +0200 Subject: document-portal: Fix warning We need to return something from main() --- document-portal/xdp-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'document-portal') diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c index 5c2cbb5..65d7e84 100644 --- a/document-portal/xdp-main.c +++ b/document-portal/xdp-main.c @@ -762,4 +762,6 @@ main (int argc, g_dbus_node_info_unref (introspection_data); do_exit (final_exit_status); + + return 0; } -- cgit v1.2.1