diff options
Diffstat (limited to 'nanobox.c')
| -rw-r--r-- | nanobox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2519,7 +2519,7 @@ static int format_edit_status(void) " %ld" #endif " ^X=Exit ^O=Save ^W=Search ^K=Cut ^U=Paste M-u=Undo", - (current_filename != NULL ? current_filename : "No file"), + (current_filename != NULL ? current_filename : ""), #if ENABLE_FEATURE_NANO_READONLY (readonly_mode ? " [Readonly]" : ""), #endif |
