Specify (void)

This commit is contained in:
Justin Ethier 2017-02-24 12:59:20 -05:00
parent 4d9a1c4f52
commit 4cfd1f06d8

4
gc.c
View file

@ -126,8 +126,8 @@ void print_current_time()
/////////////
// Functions
// Perform one-time initialization before mutators can be executed
void gc_initialize()
/** Perform one-time initialization before mutators can be executed */
void gc_initialize(void)
{
if (ck_array_init(&Cyc_mutators, CK_ARRAY_MODE_SPMC, &my_allocator, 10) == 0) {
fprintf(stderr, "Unable to initialize mutator array\n");