fix PascalString.c test

This commit is contained in:
Wolfgang Thaller 2023-12-29 11:29:49 +01:00
parent 1857ea24e3
commit 1b0b725552
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "Test.h"
int main()
int main(void)
{
const unsigned char *pstr = "\pHello, world.";
const char *cstr = "Hello, world.";