diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-10 22:38:11 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-10 22:38:11 +0100 |
| commit | 2fa455de8c7907b738b0c481894e704f5ebf32db (patch) | |
| tree | fd5e534f1bad9a59dcc640c9481d404311c3f38d | |
| parent | 910d1ed70ea124fa9a4ca7d8e490bcde2135c030 (diff) | |
| download | vis-2fa455de8c7907b738b0c481894e704f5ebf32db.tar.gz vis-2fa455de8c7907b738b0c481894e704f5ebf32db.tar.xz | |
vis: fix compilation with Lua support disabled
| -rw-r--r-- | vis-lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { } |
