Skip to content

Commit b1bec79

Browse files
committed
Fix a compilation error.
1 parent dd44d64 commit b1bec79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fs_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3904,7 +3904,7 @@ int fs_test_mem_uninit(fs_test* pTest)
39043904
/* END mem_uninit */
39053905

39063906
/* Helper function to set up source directory structure for serialization test */
3907-
int fs_test_serialization_set_up_src(fs_test* pTest, fs* pFS)
3907+
static fs_result fs_test_serialization_set_up_src(fs_test* pTest, fs* pFS)
39083908
{
39093909
fs_result result;
39103910

0 commit comments

Comments
 (0)