io.c: Remove superfluous space from message
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
81894cbbd8
commit
a366b5c2ba
2
src/io.c
2
src/io.c
@ -1043,7 +1043,7 @@ static FILE *get_import_stream(enum import_type type)
|
|||||||
void io_import_data(enum import_type type, const char *stream_name)
|
void io_import_data(enum import_type type, const char *stream_name)
|
||||||
{
|
{
|
||||||
const char *proc_report =
|
const char *proc_report =
|
||||||
_("Import process report: %04d lines read ");
|
_("Import process report: %04d lines read");
|
||||||
char *stats_str[4];
|
char *stats_str[4];
|
||||||
FILE *stream = NULL;
|
FILE *stream = NULL;
|
||||||
struct io_file *log;
|
struct io_file *log;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user