diff options
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; } |