diff options
author | Moritz Schulte <[email protected]> | 2004-04-08 08:34:03 +0000 |
---|---|---|
committer | Moritz Schulte <[email protected]> | 2004-04-08 08:34:03 +0000 |
commit | 0ba3b735519f80dfd5ccb97c1fb078fdf2dda18c (patch) | |
tree | 97cc626e97500c8ec369fbb344302899ea3d26fe /src | |
parent | 2004-03-09 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-0ba3b735519f80dfd5ccb97c1fb078fdf2dda18c.tar.gz libgpg-error-0ba3b735519f80dfd5ccb97c1fb078fdf2dda18c.zip |
2004-04-08 Moritz Schulte <[email protected]>
* src/gpg-error.c (main): Return zero on success.
Diffstat (limited to 'src')
-rw-r--r-- | src/gpg-error.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg-error.c b/src/gpg-error.c index 08d4530..fbb596e 100644 --- a/src/gpg-error.c +++ b/src/gpg-error.c @@ -257,4 +257,6 @@ main (int argc, char *argv[]) argv[0], argv[i]); i++; } + + exit (0); } |