From 1860b17524615ad56c425604fd7b5eda4652e7ea Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 3 May 2021 06:57:23 +0200 Subject: [PATCH] q3map2/help: remove typo --- tools/quake3/q3map2/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/help.c b/tools/quake3/q3map2/help.c index 56916b63..9afb60d3 100644 --- a/tools/quake3/q3map2/help.c +++ b/tools/quake3/q3map2/help.c @@ -333,7 +333,7 @@ void HelpConvert() void HelpExport() { struct HelpOption exportl[] = { - {"-export ", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga` ff"} + {"-export ", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga`"} }; HelpOptions("Exporting lightmaps", 0, terminalColumns, exportl, sizeof(exportl)/sizeof(struct HelpOption)); -- 2.39.2