mirror of
https://github.com/tmux/tmux.git
synced 2026-07-22 00:41:19 +00:00
missing const
This commit is contained in:
@@ -245,8 +245,8 @@ static int
|
||||
layout_tokenize_value(struct layout_tokens *tokens, const char *input,
|
||||
struct layout_string_view *lsv)
|
||||
{
|
||||
struct layout_token *prev = layout_tokens_last(tokens);
|
||||
int scan = 0;
|
||||
const struct layout_token *prev = layout_tokens_last(tokens);
|
||||
int scan = 0;
|
||||
|
||||
if (prev == NULL)
|
||||
return (-1);
|
||||
|
||||
Reference in New Issue
Block a user