commit e9d94bca94e3d4b509ca9268645e8ea0ef08118d parent 60e1558ddfdff35f41351caffa35ff2d0beddca8 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 13 Nov 2025 16:06:35 +0100 Rm an unexpected space in the scem usage message Diffstat:
| M | src/scem_main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scem_main.c b/src/scem_main.c @@ -45,7 +45,7 @@ static INLINE void usage(FILE* stream) { fprintf(stream, - "usage: scem [-hr] [-a algo] [-d utc_date] latitude longitude\n"); + "usage: scem [-hr] [-a algo] [-d utc_date] latitude longitude\n"); } static res_T