diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index 81b02a603c8..6c7819a8cbd 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -427,9 +427,7 @@ describe_syntax (value) | |||
| 427 | if (match) | 427 | if (match) |
| 428 | { | 428 | { |
| 429 | insert_string (", matches "); | 429 | insert_string (", matches "); |
| 430 | 430 | insert_char (match); | |
| 431 | str[0] = match, str[1] = 0; | ||
| 432 | insert (str, 1); | ||
| 433 | } | 431 | } |
| 434 | 432 | ||
| 435 | if (start1) | 433 | if (start1) |