commit | b9ccd6b978c220682d66112e4d2ddca577745c8b | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Tue Feb 06 05:44:25 2024 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Tue Feb 06 05:44:25 2024 -0700 |
tree | e583b01ff7b57b4afdbb81dcc7823728b401ec1b | |
parent | 4ae4ef9a276b0442a409112b0d28e30451f9a5c5 [diff] [blame] |
Minor code comment formatting
diff --git a/src/qcbor_encode.c b/src/qcbor_encode.c index 9117a7d..bd27db2 100644 --- a/src/qcbor_encode.c +++ b/src/qcbor_encode.c
@@ -249,7 +249,7 @@ /* - Public function for initialization. See qcbor/qcbor_encode.h + * Public function for initialization. See qcbor/qcbor_encode.h */ void QCBOREncode_Init(QCBOREncodeContext *pMe, UsefulBuf Storage)