summaryrefslogtreecommitdiff
path: root/src/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/change.c')
-rw-r--r--src/change.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/change.c b/src/change.c
index f2dfc9371..e5ac97bd5 100644
--- a/src/change.c
+++ b/src/change.c
@@ -1218,7 +1218,7 @@ del_bytes(
// If "count" is negative the caller must be doing something wrong.
if (count < 1)
{
- siemsg("E950: Invalid count for del_bytes(): %ld", count);
+ siemsg("E292: Invalid count for del_bytes(): %ld", count);
return FAIL;
}