Commit 6e042881 authored by marko's avatar marko

branches/zip: page_cur_lcg_prng(): Add missing parameter list.

parent 94b4ba74
......@@ -52,8 +52,8 @@ m = 18446744073709551616 (2^64)
*/
static
ib_uint64_t
page_cur_lcg_prng()
/*===============*/
page_cur_lcg_prng(void)
/*===================*/
/* out: number between 0 and 2^64-1 */
{
#define LCG_a 1103515245
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment