Moved a semicolon outside of a declaration macro.
Этот коммит содержится в:
родитель
1fe1eb886a
Коммит
3b421b32bb
@ -2129,7 +2129,7 @@ void edit_execute_key_command (WEdit *edit, int command, int char_for_insertion)
|
||||
edit->force |= REDRAW_PAGE;
|
||||
}
|
||||
|
||||
static const char * const shell_cmd[] = SHELL_COMMANDS_i
|
||||
static const char * const shell_cmd[] = SHELL_COMMANDS_i;
|
||||
|
||||
/*
|
||||
This executes a command at a lower level than macro recording.
|
||||
|
@ -158,7 +158,7 @@
|
||||
it into the text, which is annoying.
|
||||
*/
|
||||
#define CK_Pipe_Block(i) (1000+(i))
|
||||
#define SHELL_COMMANDS_i {"/edit.indent.rc", "/edit.spell.rc", /* and so on */ 0};
|
||||
#define SHELL_COMMANDS_i {"/edit.indent.rc", "/edit.spell.rc", /* and so on */ 0 }
|
||||
#define CK_Macro(i) (2000+(i))
|
||||
#define CK_Last_Macro CK_Macro(0x7FFF)
|
||||
#else
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user