From 454098c2f508505fc55c60c577250b8610abaaf3 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:39:45 +0800 Subject: [PATCH] 3.9.2 --- frameworks/nanopb.framework/Headers/pb_encode.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/nanopb.framework/Headers/pb_encode.h b/frameworks/nanopb.framework/Headers/pb_encode.h index 8bf78dd..b1d822f 100644 --- a/frameworks/nanopb.framework/Headers/pb_encode.h +++ b/frameworks/nanopb.framework/Headers/pb_encode.h @@ -123,7 +123,7 @@ * structure. Call this from the callback before writing out field contents. */ bool pb_encode_tag_for_field(pb_ostream_t *stream, const pb_field_t *field); -/* Encode field header by manually specifing wire type. You need to use this +/* Encode field header by manually specifying wire type. You need to use this * if you want to write out packed arrays from a callback field. */ bool pb_encode_tag(pb_ostream_t *stream, pb_wire_type_t wiretype, uint32_t field_number); -- Gitblit v1.8.0