diff test/call_suite/globals.h @ 506:ed7d1f5e7973

- test cases: cosmetics for consistency
author Tassilo Philipp
date Sat, 09 Apr 2022 13:57:27 +0200
parents e3bf15207d93
children c9c546f8598b
line wrap: on
line diff
--- a/test/call_suite/globals.h	Sat Apr 09 13:53:58 2022 +0200
+++ b/test/call_suite/globals.h	Sat Apr 09 13:57:27 2022 +0200
@@ -33,7 +33,7 @@
 typedef void (*funptr)();
 
 extern funptr       G_funtab[];
-extern char const * G_sigtab[];
+extern const char * G_sigtab[];
 extern int          G_ncases;
 extern int          G_maxargs;