diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-15 01:22:19 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-15 01:22:19 +0000 |
commit | 971a1a61485efbf1d0f138ec89e9344adebe0521 (patch) | |
tree | 1c977264cf653f08967d2f234f28fd8b3e98b88d | |
parent | e2a6df6025e2fbecd24be7bd47b65f2f46736691 (diff) |
//bugs.freedesktop.org/show_bug.cgi?id=1942) attachment #1401XORG-6_8_1_902XORG-6_8_1_901
(https://bugs.freedesktop.org/attachment.cgi?id=1401): Fix problems
with random return code returned by "xrx". Patch by Egbert Eich
<eich@freedesktop.org>
-rw-r--r-- | helper/helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/helper.c b/helper/helper.c index 9842623..cd65b07 100644 --- a/helper/helper.c +++ b/helper/helper.c @@ -526,4 +526,6 @@ main(int argc, char *argv[]) /* then wait for it... */ XtAppMainLoop(app_context); + + return EXIT_SUCCESS; } |