Skip to content

Commit

Permalink
(video_shader_parse.c) token_name char size can be further reduced to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jan 15, 2025
1 parent de3acd9 commit e0f09f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/video_shader_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ enum wildcard_type
struct wildcard_token
{
enum wildcard_type token_id;
char token_name[32];
char token_name[24];
};

static struct wildcard_token wildcard_tokens[SHADER_NUM_WILDCARDS] = {
Expand Down

0 comments on commit e0f09f6

Please sign in to comment.