From 0ff5f2017801f52789e2fa658f609abdfbd4fa28 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Tue, 14 Feb 2017 21:50:15 +0200 Subject: bemenu: const correctness --- client/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/common/common.c') diff --git a/client/common/common.c b/client/common/common.c index 3f2d576..50ff848 100644 --- a/client/common/common.c +++ b/client/common/common.c @@ -245,7 +245,7 @@ parse_args(struct client *client, int *argc, char **argv[]) } struct bm_menu* -menu_with_options(struct client *client) +menu_with_options(const struct client *client) { struct bm_menu *menu; if (!(menu = bm_menu_new(NULL))) -- cgit v1.2.3-70-g09d2