diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ed.c b/editors/ed.c index 41ac88c32..dbb51306c 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -454,7 +454,7 @@ static void subCommand(const char *cmd, int num1, int num2) | |||
454 | 454 | ||
455 | /* | 455 | /* |
456 | * The new string is larger, so allocate a new line | 456 | * The new string is larger, so allocate a new line |
457 | * structure and use that. Link it in in place of | 457 | * structure and use that. Link it in place of |
458 | * the old line structure. | 458 | * the old line structure. |
459 | */ | 459 | */ |
460 | nlp = xmalloc(sizeof(LINE) + lp->len + deltaLen); | 460 | nlp = xmalloc(sizeof(LINE) + lp->len + deltaLen); |