X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=random.c;h=468a3a5d877cd329801d2546048dd572a14e9bd0;hp=cb3e900eb0d11be2133940e679669807a7095a47;hb=071a604b4ac46c1c7b403e2e7b6042866415eb29;hpb=2f0a0704e6130f73821429779da3161ff0ae2434 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))