X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=random.c;h=468a3a5d877cd329801d2546048dd572a14e9bd0;hp=cb3e900eb0d11be2133940e679669807a7095a47;hb=b64a7e60a1dd402f89d455271deea29f268e8ad5;hpb=7296a3704ce7fd24e179b9ce7fd5b5daf5a3e920 diff --git a/random.c b/random.c index cb3e900..468a3a5 100644 --- a/random.c +++ b/random.c @@ -56,7 +56,7 @@ u32 get_rand(u32 max) if(c_ptr>=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))