Skip to content

Commit 3dd7c24

Browse files
committed
address feedback
Signed-off-by: Nick Sarnie <[email protected]>
1 parent ad855dc commit 3dd7c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/offloading/shared_lib_fp_mapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <stdio.h>
99

1010
extern int func(void); // Provided in liba.so, returns 42
11-
typedef int (*fp_t)();
11+
typedef int (*fp_t)(void);
1212

1313
int main() {
1414
int x = 0;

0 commit comments

Comments
 (0)