mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-07 10:04:49 +03:00
remove unneeded space
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2052 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
e1ee22fba2
commit
164c79883b
@ -323,7 +323,7 @@ void read_file(FILE *f, const char *filename)
|
|||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
statusbar(P_("Read %lu line", "Read %lu lines",
|
statusbar(P_("Read %lu line", "Read %lu lines",
|
||||||
(unsigned long) num_lines),(unsigned long)num_lines);
|
(unsigned long)num_lines),(unsigned long)num_lines);
|
||||||
|
|
||||||
totlines += num_lines;
|
totlines += num_lines;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user