diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-17 11:35:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-17 11:35:10 +0200 |
commit | b38f251beb236bf8b716f76a130d9a44660ee506 (patch) | |
tree | 1ce10b0613d2cfc2a43fd561d3d6189543042674 /src/exchange-tools | |
parent | b732d832b63575101be71ecf000dab6103a9e740 (diff) |
-DCE, nicer return values
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-dbinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index b187cff33..acc37be8d 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c @@ -128,7 +128,7 @@ run (void *cls, * * @param argc number of arguments from the command line * @param argv command line arguments - * @return 0 ok, 1 on error + * @return 0 ok, non-zero on error */ int main (int argc, |