diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index fa757f97676..b8d3db3b193 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -514,7 +514,7 @@ and if COLUMN is in the middle of a tab character, change it to spaces.") | |||
| 514 | { | 514 | { |
| 515 | col += XVECTOR (DISP_CHAR_VECTOR (dp, c))->size; | 515 | col += XVECTOR (DISP_CHAR_VECTOR (dp, c))->size; |
| 516 | pos++; | 516 | pos++; |
| 517 | break; | 517 | continue; |
| 518 | } | 518 | } |
| 519 | if (c == '\n') | 519 | if (c == '\n') |
| 520 | break; | 520 | break; |