From bfd704c52351e8af1ec7bc913657a889b419ad4f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 29 Sep 2009 00:54:27 +0200 Subject: [PATCH] Fix syntax for resize command --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 539a2402..a43085c6 100644 --- a/src/commands.c +++ b/src/commands.c @@ -850,7 +850,7 @@ static void parse_resize_command(xcb_connection_t *conn, Client *last_focused, c orientation = O_HORIZONTAL; command += strlen("bottom"); } else { - LOG("Syntax: resize [+|-]\n"); + LOG("Syntax: resize [+|-]\n"); return; } -- 2.39.5