From 028327d8274d8f05222b5b9913f493acea1e8fac Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 28 Oct 2008 15:00:23 +0000 Subject: Fixed w32-gettext. --- jnlib/w32-gettext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jnlib/w32-gettext.c') 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; } -- cgit v1.2.3