Code

screen_keydef: join two short-ish lines
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 28 Dec 2011 22:39:26 +0000 (23:39 +0100)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 4 Jan 2012 18:01:46 +0000 (19:01 +0100)
src/screen_keydef.c

index 0c392395e26a77e741b1976b4db90ca6a6660fd6..d768352854d06873caf7aeb8774cc951c7365969 100644 (file)
@@ -242,8 +242,7 @@ overwrite_key(int cmd_index, int key_index)
        cmd = find_key_command(key, cmds);
        if (cmd != CMD_NONE) {
                screen_status_printf(_("Error: key %s is already used for %s"),
-                                    key2str(key),
-                                    get_key_command_name(cmd));
+                                    key2str(key), get_key_command_name(cmd));
                screen_bell();
                return;
        }