mirror of
https://github.com/DaveGamble/cJSON
synced 2024-12-22 14:42:06 +00:00
add new line to endif
This commit is contained in:
parent
f589f81a42
commit
a417b183c6
@ -31,3 +31,4 @@ if(ENABLE_CJSON_TEST)
|
|||||||
ADD_EXECUTABLE(fuzz_main fuzz_main.c cjson_read_fuzzer.c)
|
ADD_EXECUTABLE(fuzz_main fuzz_main.c cjson_read_fuzzer.c)
|
||||||
TARGET_LINK_LIBRARIES(fuzz_main cjson)
|
TARGET_LINK_LIBRARIES(fuzz_main cjson)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -74,3 +74,4 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user