mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
Make cmd_handler.command const
This commit is contained in:
parent
9540591105
commit
6ec57271b6
2 changed files with 3 additions and 3 deletions
|
|
@ -148,7 +148,7 @@ static int handler_compare(const void *_a, const void *_b) {
|
|||
return strcasecmp(a->command, b->command);
|
||||
}
|
||||
|
||||
const struct cmd_handler *find_handler(char *line,
|
||||
const struct cmd_handler *find_handler(const char *line,
|
||||
const struct cmd_handler *handlers, size_t handlers_size) {
|
||||
if (!handlers || !handlers_size) {
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue