Sprinkle a few more const; from Tiago Cunha.

This commit is contained in:
okan
2014-01-21 15:42:44 +00:00
parent 83f9ef884a
commit ac3162439a
5 changed files with 18 additions and 17 deletions

View File

@@ -229,8 +229,9 @@ kbfunc_exec(struct client_ctx *cc, union arg *arg)
{
#define NPATHS 256
struct screen_ctx *sc = cc->sc;
char **ap, *paths[NPATHS], *path, *pathcpy, *label;
char **ap, *paths[NPATHS], *path, *pathcpy;
char tpath[MAXPATHLEN];
const char *label;
DIR *dirp;
struct dirent *dp;
struct menu *mi;