]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix compilation error.
authorBruno Haible <bruno@clisp.org>
Thu, 29 Dec 2005 17:38:10 +0000 (17:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:58 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/progreloc.c

index b6fd276989e0bb1d3c405f32baaea9575bb0a5b7..908978802efba7b23eb32dc683ffec790f8171c5 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-29  Bruno Haible  <bruno@clisp.org>
+
+       * progreloc.c (set_program_name_and_installdir): Fix compilation error.
+
 2005-12-04  Bruno Haible  <bruno@clisp.org>
 
        * csharpexec.sh.in: Add support for 'clix' launcher (untested).
index acf9488bea29444ec97cd58f2531edf0e579fe5e..ff5571ebfb080029cf9541d994e23ae268857a1a 100644 (file)
@@ -326,6 +326,7 @@ set_program_name_and_installdir (const char *argv0,
                argv0_stripped = shorter;
              }
          }
+        done_stripping: ;
       }
   }