diff options
Diffstat (limited to 'gcc/tree-browser.c')
-rw-r--r-- | gcc/tree-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-browser.c b/gcc/tree-browser.c index b236cab..dad06a5 100644 --- a/gcc/tree-browser.c +++ b/gcc/tree-browser.c @@ -46,7 +46,7 @@ struct tb_command { TB_CODE comm_code; }; -#define DEFTBCODE(code, str, help) { help, str, sizeof(str) - 1, code }, +#define DEFTBCODE(code, str, help) { help, str, sizeof (str) - 1, code }, static const struct tb_command tb_commands[] = { #include "tree-browser.def" |