]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Refactor: Fix a compiler warning.
authorBruno Haible <bruno@clisp.org>
Sun, 11 May 2025 01:27:45 +0000 (03:27 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 May 2025 01:27:45 +0000 (03:27 +0200)
* gettext-tools/src/x-perl.c: Remove a stray ';'.

gettext-tools/src/x-perl.c

index d286b10c12bc96e5111dd081565ee74e958fa40e..fb254d9f8e2f1ebcb9375028cd9a2b9d256beece 100644 (file)
@@ -338,7 +338,7 @@ perl_extractor_init_rest (struct perl_extractor *xp)
   xp->token_stack.items = NULL;
   xp->token_stack.nitems = 0;
   xp->token_stack.nitems_max = 0;
-};
+}
 
 
 /* ======================== Reading of characters.  ======================== */