mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 08:41:08 +00:00
make static
This commit is contained in:
parent
fb54c4a492
commit
f6437fcbe7
@ -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 *kind_as_string(char *s, int kind, int n)
|
||||||
{
|
{
|
||||||
char *kinds[] = {
|
static const char *kinds[] = {
|
||||||
"Basic",
|
"Basic",
|
||||||
"Banana",
|
"Banana",
|
||||||
"Potato",
|
"Potato",
|
||||||
|
Loading…
Reference in New Issue
Block a user