Removing stray spaces before tabs.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4652 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
@@ -937,7 +937,7 @@ int open_file(const char *filename, bool newfie, FILE **f)
|
||||
statusbar(_("Error reading %s: %s"), filename,
|
||||
strerror(errno));
|
||||
beep();
|
||||
return -1;
|
||||
return -1;
|
||||
} else {
|
||||
/* The file is A-OK. Open it. */
|
||||
*f = fdopen(fd, "rb");
|
||||
|
||||
Reference in New Issue
Block a user