diff options
-rw-r--r-- | src/postprocess/join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postprocess/join.c b/src/postprocess/join.c index 9782ec8..e2c75eb 100644 --- a/src/postprocess/join.c +++ b/src/postprocess/join.c | |||
@@ -72,7 +72,7 @@ int main( int argc, char **argv ) { | |||
72 | off += rt_strlen( in + off ); | 72 | off += rt_strlen( in + off ); |
73 | 73 | ||
74 | if( out_off + 8192 * 2 > HUGEBLOCK ) { | 74 | if( out_off + 8192 * 2 > HUGEBLOCK ) { |
75 | fwrite( out, out_off, 1, stdout ); | 75 | (void)fwrite( out, out_off, 1, stdout ); |
76 | out_off = 0; | 76 | out_off = 0; |
77 | } | 77 | } |
78 | } | 78 | } |