Skip to content

Commit 899c077

Browse files
ws
1 parent b3a42a6 commit 899c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ int freadMain(freadMainArgs _args) {
22382238
double tRead = 0, tReread = 0;
22392239
double thRead = 0, thPush = 0; // reductions of timings within the parallel region
22402240
int max_col = 0;
2241-
char *typeBumpMsg = NULL; size_t typeBumpMsgSize=0;
2241+
char *typeBumpMsg = NULL; size_t typeBumpMsgSize = 0;
22422242
int typeCounts[NUMTYPE]; // used for verbose output; needs populating after first read and before reread (if any) -- see later comment
22432243
char internalErr[256] = ""; // must be compile time size: the message is generated and we can't free before STOP
22442244

0 commit comments

Comments
 (0)