mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
spacing
This commit is contained in:
parent
e05c0a2c60
commit
d0fe80b1f4
2
menu.c
2
menu.c
@ -197,7 +197,7 @@ menu_complete_path(struct menu_ctx *mc)
|
|||||||
{
|
{
|
||||||
struct menu *mi, *mr;
|
struct menu *mi, *mr;
|
||||||
struct menu_q menuq;
|
struct menu_q menuq;
|
||||||
char *path = NULL;
|
char *path = NULL;
|
||||||
|
|
||||||
path = xcalloc(1, sizeof(mr->text));
|
path = xcalloc(1, sizeof(mr->text));
|
||||||
mr = xcalloc(1, sizeof(*mr));
|
mr = xcalloc(1, sizeof(*mr));
|
||||||
|
Loading…
Reference in New Issue
Block a user