summary refs log tree commit diff
path: root/menu.c
diff options
context:
space:
mode:
authorokan <okan>2013-05-10 16:10:40 +0000
committerokan <okan>2013-05-10 16:10:40 +0000
commitd0fe80b1f46a3049635c12deb62f73f6cea30f25 (patch)
tree7dd49fc5346bde8f31b32de8551f6910c7c9abe4 /menu.c
parente05c0a2c600d22841d6950abf6fc013efe6a7cad (diff)
downloadcwm-d0fe80b1f46a3049635c12deb62f73f6cea30f25.tar.gz
cwm-d0fe80b1f46a3049635c12deb62f73f6cea30f25.tar.xz
cwm-d0fe80b1f46a3049635c12deb62f73f6cea30f25.zip
spacing
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
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));