commit | abf5c57ef86431f2c2ebed0902335213cf6f21d2 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Mon Jun 29 21:21:29 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Mon Jun 29 21:21:29 2020 -0700 |
tree | 7a45afe48cf3741010b94ebe168d7e854689a570 | |
parent | 40a043278946471bdf4980290c2255ec1a835284 [diff] [blame] |
error handling bug fixes, other code tidying
diff --git a/inc/qcbor/qcbor_encode.h b/inc/qcbor/qcbor_encode.h index 46fa578..ba18167 100644 --- a/inc/qcbor/qcbor_encode.h +++ b/inc/qcbor/qcbor_encode.h
@@ -1298,7 +1298,7 @@ @param[in] pCtx The encoding context. - @return One of \ref QCBORError. See return values from + @return One of @ref QCBORError. See return values from QCBOREncode_Finish() Normally encoding errors need only be handled at the end of encoding