Refactor: Fix a compiler warning.

* gettext-tools/src/x-perl.c: Remove a stray ';'.
This commit is contained in:
Bruno Haible 2025-05-11 03:27:45 +02:00
parent 3eba2cddb0
commit f09ee6c69d

View 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. ======================== */