make static

This commit is contained in:
onyx-and-iris 2024-07-03 17:52:08 +01:00
parent fb54c4a492
commit f6437fcbe7

View File

@ -72,7 +72,7 @@ int replace_multiple_space_with_one(char *s, size_t len)
*/
char *kind_as_string(char *s, int kind, int n)
{
char *kinds[] = {
static const char *kinds[] = {
"Basic",
"Banana",
"Potato",