diff options
Diffstat (limited to 'src/kilo.c')
-rw-r--r-- | src/kilo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kilo.c b/src/kilo.c index d1ab93e..33988f6 100644 --- a/src/kilo.c +++ b/src/kilo.c @@ -1278,7 +1278,7 @@ void editNonCode(char* filename) { #define MIN(x, y) ((x) < (y) ? (x) : (y)) -void editNonCode2(char* filename) { +void editFilePermissions(char* filename) { Quit = 0; Back_to_big_picture = 0; initEditor(); @@ -1358,7 +1358,7 @@ void resumeNonCodeEdit() { } } -void resumeNonCodeEdit2() { +void resumeFilePermissionsEdit() { Quit = 0; Back_to_big_picture = 0; E.startcol = LINE_NUMBER_SPACE; |