From 1b0b7255526c484dafceb85e62601b8f7a497ea6 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 29 Dec 2023 11:29:49 +0100 Subject: [PATCH] fix PascalString.c test --- AutomatedTests/PascalString.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomatedTests/PascalString.c b/AutomatedTests/PascalString.c index 15c825e063..0311510541 100644 --- a/AutomatedTests/PascalString.c +++ b/AutomatedTests/PascalString.c @@ -1,6 +1,6 @@ #include "Test.h" -int main() +int main(void) { const unsigned char *pstr = "\pHello, world."; const char *cstr = "Hello, world.";