mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
options_get_style return const too.
This commit is contained in:
@ -162,7 +162,7 @@ options_set_string(struct options *oo, const char *name, int append,
|
||||
return (o);
|
||||
}
|
||||
|
||||
char *
|
||||
const char *
|
||||
options_get_string(struct options *oo, const char *name)
|
||||
{
|
||||
struct options_entry *o;
|
||||
@ -221,7 +221,7 @@ options_set_style(struct options *oo, const char *name, int append,
|
||||
return (o);
|
||||
}
|
||||
|
||||
struct grid_cell *
|
||||
const struct grid_cell *
|
||||
options_get_style(struct options *oo, const char *name)
|
||||
{
|
||||
struct options_entry *o;
|
||||
|
Reference in New Issue
Block a user