Skip to content

Commit b6423fe

Browse files
committed
Restore translation, fix whitespace (2/2)
1 parent b5e59b7 commit b6423fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fread.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,8 +1783,8 @@ int freadMain(freadMainArgs _args) {
17831783
if (topSkip<0) topSkip=0; // inelegant but will do for now to pass single row input such as test 890
17841784
if (verbose) {
17851785
DTPRINT((unsigned)sep<32
1786-
? " sep=%#02x with %d lines of %d fields using quote rule %d\n"
1787-
: " sep='%c' with %d lines of %d fields using quote rule %d\n",
1786+
? _(" sep=%#02x with %d lines of %d fields using quote rule %d\n")
1787+
: _(" sep='%c' with %d lines of %d fields using quote rule %d\n"),
17881788
sep, topNumLines, topNumFields, topQuoteRule);
17891789
}
17901790
}

0 commit comments

Comments
 (0)