diff options
author | okan | 2013-05-10 16:10:40 +0000 |
---|---|---|
committer | okan | 2013-05-10 16:10:40 +0000 |
commit | 3f767d62ea17d201c682e1a401fb4d493350bc02 (patch) | |
tree | e8b8cf6209c0481f956a784efc74be9208353a14 /menu.c | |
parent | ea2ab8b96dddba2d149b42c724077210e10090ea (diff) | |
download | cwm-3f767d62ea17d201c682e1a401fb4d493350bc02.tar.gz |
spacing
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: menu.c,v 1.59 2013/05/07 01:35:41 okan Exp $ + * $OpenBSD: menu.c,v 1.60 2013/05/10 16:10:40 okan Exp $ */ #include <sys/param.h> @@ -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)); |