diff --git a/menu.c b/menu.c index 898bf2c..5b545a2 100644 --- a/menu.c +++ b/menu.c @@ -197,7 +197,7 @@ menu_complete_path(struct menu_ctx *mc) { struct menu *mi, *mr; struct menu_q menuq; - char *path = NULL; + char *path = NULL; path = xcalloc(1, sizeof(mr->text)); mr = xcalloc(1, sizeof(*mr));