Complete the function prototype
authorcherusker <prince.cherusker@gmail.com>
Thu, 24 Aug 2017 14:16:02 +0000 (16:16 +0200)
committercherusker <prince.cherusker@gmail.com>
Thu, 24 Aug 2017 14:16:02 +0000 (16:16 +0200)
mono/tests/libtest.c

index 39e5c3766a8fc0a7dc25bbcbaa546eb3fe0c01ea..185c987665e8ab25ee4bd915680c7167904e5b35 100644 (file)
@@ -7488,7 +7488,7 @@ mono_test_marshal_pointer_array (int *arr[])
 
 #ifndef WIN32
 
-typedef void (*NativeToManagedExceptionRethrowFunc) ();
+typedef void (*NativeToManagedExceptionRethrowFunc) (void);
 
 void *mono_test_native_to_managed_exception_rethrow_thread (void *arg)
 {