diff options
author | Werner Koch <wk@gnupg.org> | 2008-12-09 09:58:02 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-12-09 09:58:02 +0100 |
commit | 382d2f8efbb31b1eee16c1bbcd521099eb42c622 (patch) | |
tree | 514044051e08dcc8906d00ddc89a50053483a25b /scd/scdaemon.c | |
parent | Align ticker to the full or half second. (diff) | |
download | gnupg2-382d2f8efbb31b1eee16c1bbcd521099eb42c622.tar.xz gnupg2-382d2f8efbb31b1eee16c1bbcd521099eb42c622.zip |
Minor fixes.
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 5f3078c19..a094ae36b 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -364,9 +364,9 @@ main (int argc, char **argv ) log_set_prefix ("scdaemon", 1|4); /* Make sure that our subsystems are ready. */ + i18n_init (); init_common_subsystems (); - i18n_init (); /* Libgcrypt requires us to register the threading model first. Note that this will also do the pth_init. */ |