summaryrefslogtreecommitdiff
path: root/nanobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanobox.c')
-rw-r--r--nanobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanobox.c b/nanobox.c
index 50fcfa8..781ff4b 100644
--- a/nanobox.c
+++ b/nanobox.c
@@ -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