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; }