From 69f5e5496b4d6971ee3c6f7b14f10100f7bc7180 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 2 Jul 2021 13:33:05 +0200 Subject: [PATCH] * fix typo in preprocessor flag * executable --help: provide full repository URL --- lib/imc_conversion.hpp | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/imc_conversion.hpp b/lib/imc_conversion.hpp index 1a936b9..9cdb71e 100644 --- a/lib/imc_conversion.hpp +++ b/lib/imc_conversion.hpp @@ -1,6 +1,6 @@ //---------------------------------------------------------------------------// -#ifndef IMCCONVRSION +#ifndef IMCCONVERSION #define IMCCONVERSION #include diff --git a/src/main.cpp b/src/main.cpp index da8b512..566345f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -133,7 +133,7 @@ void show_version() void show_usage() { std::cout<<"\n" - <<"imctermite ["<