diff options
author | Werner Koch <[email protected]> | 2008-12-09 08:58:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-12-09 08:58:02 +0000 |
commit | 382d2f8efbb31b1eee16c1bbcd521099eb42c622 (patch) | |
tree | 514044051e08dcc8906d00ddc89a50053483a25b /kbx/kbxutil.c | |
parent | Align ticker to the full or half second. (diff) | |
download | gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.gz gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip |
Minor fixes.
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index afc4b79e4..efb2eff7e 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -419,9 +419,8 @@ main( int argc, char **argv ) log_set_prefix ("kbxutil", 1); /* Make sure that our subsystems are ready. */ - init_common_subsystems (); - i18n_init (); + init_common_subsystems (); /* Check that the libraries are suitable. Do it here because the option parsing may need services of the library. */ |