1diff --git a/src/google/protobuf/parse_context.h b/src/google/protobuf/parse_context.h 2index 2c191827d6a3b..15051c3eba82f 100644 3--- a/src/google/protobuf/parse_context.h 4+++ b/src/google/protobuf/parse_context.h 5@@ -610,7 +610,7 @@ RotRight7AndReplaceLowByte(uint64_t res, const char& byte) { 6 res |= 0xFF & byte; 7 #endif 8 return res; 9-}; 10+} 11 12 inline PROTOBUF_ALWAYS_INLINE 13 const char* ReadTagInlined(const char* ptr, uint32_t* out) { 14