Index: programs/xrx/helper/helper.c =================================================================== RCS file: /work/eich/freedesktop/cvs/xorg/xc/programs/xrx/helper/helper.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- programs/xrx/helper/helper.c 14 Nov 2003 15:54:55 -0000 1.1 +++ programs/xrx/helper/helper.c 18 Oct 2004 14:21:47 -0000 1.2 @@ -526,4 +526,6 @@ /* then wait for it... */ XtAppMainLoop(app_context); + + return EXIT_SUCCESS; }