From: hackbard Date: Fri, 1 Oct 2004 11:21:29 +0000 (+0000) Subject: rearranged printfs X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=071a604b4ac46c1c7b403e2e7b6042866415eb29 rearranged printfs --- diff --git a/nlsop.c b/nlsop.c index ca83572..2bec6ec 100644 --- a/nlsop.c +++ b/nlsop.c @@ -1442,6 +1442,9 @@ int main(int argc,char **argv) i=(c_step?c_step:0); while((i=b_ptr+BUFSIZE) { #ifdef MORE_PRINTF - printf("getting another %d bytes of random data ...",BUFSIZE); + printf("getting another %d bytes of random data ...\n",BUFSIZE); #endif if(read(rand_fd,b_ptr,BUFSIZE*sizeof(u32))