diff options
Diffstat (limited to 'tools/gpg-check-pattern.c')
-rw-r--r-- | tools/gpg-check-pattern.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gpg-check-pattern.c b/tools/gpg-check-pattern.c index a2926b951..b29687d37 100644 --- a/tools/gpg-check-pattern.c +++ b/tools/gpg-check-pattern.c @@ -168,9 +168,8 @@ main (int argc, char **argv ) log_set_prefix ("gpg-check-pattern", 1); /* Make sure that our subsystems are ready. */ - init_common_subsystems (); - i18n_init (); + init_common_subsystems (); /* We need Libgcrypt for hashing. */ if (!gcry_check_version (NEED_LIBGCRYPT_VERSION) ) |