diff options
author | okan <okan> | 2013-05-10 16:10:40 +0000 |
---|---|---|
committer | okan <okan> | 2013-05-10 16:10:40 +0000 |
commit | d0fe80b1f46a3049635c12deb62f73f6cea30f25 (patch) | |
tree | 7dd49fc5346bde8f31b32de8551f6910c7c9abe4 | |
parent | e05c0a2c600d22841d6950abf6fc013efe6a7cad (diff) | |
download | cwm-d0fe80b1f46a3049635c12deb62f73f6cea30f25.tar.gz cwm-d0fe80b1f46a3049635c12deb62f73f6cea30f25.tar.xz cwm-d0fe80b1f46a3049635c12deb62f73f6cea30f25.zip |
spacing
-rw-r--r-- | menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |