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 /agent/protect-tool.c | |
parent | Align ticker to the full or half second. (diff) | |
download | gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.gz gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip |
Minor fixes.
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r-- | agent/protect-tool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index 288dbe83b..ddf91e03d 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -1059,9 +1059,8 @@ main (int argc, char **argv ) log_set_prefix ("gpg-protect-tool", 1); /* Make sure that our subsystems are ready. */ - init_common_subsystems (); - i18n_init (); + init_common_subsystems (); if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) ) { |