Change #244000
Category | gcoreutils |
Changed by | Pádraig Brady <P | @draigBrady.com>
Changed at | Wed 27 Aug 2025 12:50:01 |
Repository | git://git.savannah.gnu.org/coreutils.git |
Project | gcoreutils |
Branch | master |
Revision | aec4f85476452310463b17c63d2ec3d2ac3d02aa |
Comments
build: fold: fix build failure with C99 GCC 10.2 gave the following error: "error: label at end of compound statement" * src/fold.c (fold_file): Add a ";" to avoid C2X specific syntax.
Changed files
- src/fold.c