From 885a71b82acf216428ce03f33d0d8898e5755af4 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 13 Mar 2021 15:55:57 +0200 Subject: [PATCH 32/32] version.h: Correct compile time error message It claimed that the file's name is plural versions.h See osdn #41772 Signed-off-by: Marko Lindqvist --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 2192b073d1..b3f58701ea 100644 --- a/common/version.h +++ b/common/version.h @@ -18,7 +18,7 @@ extern "C" { #endif /* __cplusplus */ #if !defined(FC__FREECIV_CONFIG_H) && !defined(FC_CONFIG_H) -#error Files including versions.h should also include freeciv_config.h directly +#error Files including version.h should also include freeciv_config.h directly #endif /* This is only used in version.c, and only if IS_BETA_VERSION is true. -- 2.30.1