diff options
Diffstat (limited to 'libobjc/class.c')
-rw-r--r-- | libobjc/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/class.c b/libobjc/class.c index e6c9437..89ef641 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -163,7 +163,7 @@ static objc_mutex_t __class_table_lock = NULL; /* Setup the table. */ static void -class_table_setup () +class_table_setup (void) { /* Start - nothing in the table. */ memset (class_table_array, 0, sizeof(class_node_ptr) * CLASS_TABLE_SIZE); |