diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vi.c b/editors/vi.c index 8ff118f..fa30cf2 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -3501,8 +3501,8 @@ key_cmd_mode: if (file_modified) { #ifdef CONFIG_FEATURE_VI_READONLY if (vi_readonly || readonly) { - psbs("\"%s\" File is read only", cfn); - break; + psbs("\"%s\" File is read only", cfn); + break; } #endif /* CONFIG_FEATURE_VI_READONLY */ cnt = file_write(cfn, text, end - 1); |