mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
fix typo in prev commit :(
This commit is contained in:
parent
27da707d06
commit
a3d15c8be7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user