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/gpg-agent.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/gpg-agent.c')
| -rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 8aae8a6a3..21e4c4345 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -535,9 +535,9 @@ main (int argc, char **argv ) log_set_prefix ("gpg-agent", JNLIB_LOG_WITH_PREFIX|JNLIB_LOG_WITH_PID); /* 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. */ |
