2005-01-25 Padraig O'Briain <padraig.obriain@sun.com>
authorpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 25 Jan 2005 08:58:54 +0000 (08:58 +0000)
committerpadraigo <padraigo@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 25 Jan 2005 08:58:54 +0000 (08:58 +0000)
* tests/login-helper-server-test.c: Add return call to main
function. Patch from Chris Lahey. Fixes bug #165129.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@731 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
test/login-helper-server-test.c

index 8ccc969..bce8041 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-25  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * tests/login-helper-server-test.c: Add return call to main
+       function. Patch from Chris Lahey. Fixes bug #165129.
+
 2004-12-20  Padraig O'Briain <padraig.obriain@sun.com>
 
        * cspi/spi.h: Add description for SPI_RELATION_SUBWINDOW_OF.
index b7c53c8..61446e2 100644 (file)
@@ -86,6 +86,8 @@ main (int argc, char **argv)
        test_post_window ();
 
        bonobo_main ();
+
+       return 0;
 }
 
 static void