From: Bruno Haible Date: Thu, 29 Dec 2005 17:38:10 +0000 (+0000) Subject: Fix compilation error. X-Git-Tag: v0.15~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafced099cf620efce964b2f015ff7b9c3b188f2;p=thirdparty%2Fgettext.git Fix compilation error. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index b6fd27698..908978802 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-12-29 Bruno Haible + + * progreloc.c (set_program_name_and_installdir): Fix compilation error. + 2005-12-04 Bruno Haible * csharpexec.sh.in: Add support for 'clix' launcher (untested). diff --git a/gettext-tools/lib/progreloc.c b/gettext-tools/lib/progreloc.c index acf9488be..ff5571ebf 100644 --- a/gettext-tools/lib/progreloc.c +++ b/gettext-tools/lib/progreloc.c @@ -326,6 +326,7 @@ set_program_name_and_installdir (const char *argv0, argv0_stripped = shorter; } } + done_stripping: ; } }