fix typo in prev commit :(

1_7_stable
Denis Vlasenko 2007-07-17 23:19:28 +00:00
parent 27da707d06
commit a3d15c8be7
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ int vi_main(int argc, char **argv)
last_status_cksum = 0;
text = NULL;
if (ENABLE_FEATURE_VI_READONLY && strncmp(appliet_name, "view", 4) == 0) {
if (ENABLE_FEATURE_VI_READONLY && strncmp(applet_name, "view", 4) == 0) {
SET_READONLY_MODE(readonly_mode);
}