commit | 476c6515a522ba03d9f29bc58ef4ffbbcbf226e0 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Mon Apr 25 12:15:53 2022 -0600 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Mon Apr 25 12:15:53 2022 -0600 |
tree | 7cd103c636203495572bc3c68c6e6cd5aef2aa1b | |
parent | 73fbc0513c08ef3fa079718a6c297a6af1f1d82a [diff] [blame] |
Finish up OpenBytes -- error handing, documentation...
diff --git a/test/UsefulBuf_Tests.c b/test/UsefulBuf_Tests.c index ccd07b8..3ab3557 100644 --- a/test/UsefulBuf_Tests.c +++ b/test/UsefulBuf_Tests.c
@@ -815,7 +815,7 @@ #endif /* USEFULBUF_DISABLE_ALL_FLOAT */ -const char *UBAdvanceTest() +const char *UBAdvanceTest(void) { #define ADVANCE_TEST_SIZE 10 UsefulOutBuf_MakeOnStack(UOB, ADVANCE_TEST_SIZE);