io.c: Remove superfluous space from message

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2014-07-28 12:07:52 +02:00
parent 81894cbbd8
commit a366b5c2ba

View File

@ -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)
{
const char *proc_report =
_("Import process report: %04d lines read ");
_("Import process report: %04d lines read");
char *stats_str[4];
FILE *stream = NULL;
struct io_file *log;