aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-12-09 08:58:02 +0000
committerWerner Koch <[email protected]>2008-12-09 08:58:02 +0000
commit382d2f8efbb31b1eee16c1bbcd521099eb42c622 (patch)
tree514044051e08dcc8906d00ddc89a50053483a25b /tools/gpgconf.c
parentAlign ticker to the full or half second. (diff)
downloadgnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.gz
gnupg-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip
Minor fixes.
Diffstat (limited to '')
-rw-r--r--tools/gpgconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 9054e29b3..57ea08b3d 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -147,9 +147,8 @@ main (int argc, char **argv)
log_set_prefix ("gpgconf", 1);
/* Make sure that our subsystems are ready. */
- init_common_subsystems ();
-
i18n_init();
+ init_common_subsystems ();
/* Parse the command line. */
pargs.argc = &argc;