summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/memory.c b/test/memory.c
index 28c3a8ec..7a8aff5b 100644
--- a/test/memory.c
+++ b/test/memory.c
@@ -75,4 +75,5 @@ main()
if (!child_pid)
execlp ("gedit", "gedit", NULL);
atspi_event_main ();
+ return 0;
}