From 1719df281b268948151cf759d81e2b463cee1b19 Mon Sep 17 00:00:00 2001 From: Sabine Date: Thu, 8 Aug 2024 08:26:11 +0200 Subject: [PATCH] feat(Linux): "more minor things" --- linux/mcompile/keymap/mcompile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/mcompile/keymap/mcompile.cpp b/linux/mcompile/keymap/mcompile.cpp index 8623640911..ec63d3e3d4 100644 --- a/linux/mcompile/keymap/mcompile.cpp +++ b/linux/mcompile/keymap/mcompile.cpp @@ -30,7 +30,7 @@ std::vector KMX_FDeadkeys; // I4353 /** * @brief main function for mcompile for Windows, Linux, Mac * @param argc number of commandline arguments - * @param argv commandline arguments + * @param argv pointer to commandline arguments: executable, inputfile, outputfile * @return 0 on success */ #if defined(_WIN32) || defined(_WIN64)