From 2fa455de8c7907b738b0c481894e704f5ebf32db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 10 Nov 2016 22:38:11 +0100 Subject: vis: fix compilation with Lua support disabled --- vis-lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vis-lua.c b/vis-lua.c index efcc998..12a8658 100644 --- a/vis-lua.c +++ b/vis-lua.c @@ -123,7 +123,7 @@ static void window_status_update(Vis *vis, Win *win) { #if !CONFIG_LUA bool vis_lua_path_add(Vis *vis, const char *path) { return true; } -bool vis_lua_paths_get(Vis *vis, const char **lpath, const char **cpath) { return false; } +bool vis_lua_paths_get(Vis *vis, char **lpath, char **cpath) { return false; } void vis_lua_init(Vis *vis) { } void vis_lua_start(Vis *vis) { } void vis_lua_quit(Vis *vis) { } -- cgit v1.2.3