diff options
author | Werner Koch <[email protected]> | 2008-10-28 15:00:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-10-28 15:00:23 +0000 |
commit | 028327d8274d8f05222b5b9913f493acea1e8fac (patch) | |
tree | 063b6c08a830b019b848e4dbde8b284748b1599b /jnlib/w32-gettext.c | |
parent | Remove debug code. (diff) | |
download | gnupg-028327d8274d8f05222b5b9913f493acea1e8fac.tar.gz gnupg-028327d8274d8f05222b5b9913f493acea1e8fac.zip |
Fixed w32-gettext.
Diffstat (limited to '')
-rw-r--r-- | jnlib/w32-gettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/w32-gettext.c b/jnlib/w32-gettext.c index dceabca20..5ff25439f 100644 --- a/jnlib/w32-gettext.c +++ b/jnlib/w32-gettext.c @@ -1647,6 +1647,7 @@ gettext( const char *msgid ) /*NOTREACHED*/ } + not_found: /* Now we try the default method: binary search in the sorted array of messages. */ bottom = 0; @@ -1667,7 +1668,6 @@ gettext( const char *msgid ) return get_string (domain, act); } - not_found: return msgid; } |