Remove extraneous ';'

pull/10148/head
Jorg Brown 2 years ago
parent 81491e034f
commit a075d2fb14
  1. 2
      src/google/protobuf/stubs/strutil.h

@ -206,7 +206,7 @@ inline std::string ToUpper(StringPiece s) {
PROTOBUF_EXPORT std::string StringReplaceImpl(StringPiece s, StringPiece oldsub,
StringPiece newsub, bool replace_all, const char *filename = nullptr, int linenum = 0);
#define StringReplace(s,o,n,all) StringReplaceImpl(s,o,n,all,__FILE__, __LINE__);
#define StringReplace(s,o,n,all) StringReplaceImpl(s,o,n,all,__FILE__, __LINE__)
// ----------------------------------------------------------------------
// SplitStringUsing()

Loading…
Cancel
Save