mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
messagereader.cpp: drop trailing comma
This commit is contained in:
parent
b484407999
commit
3b8158086d
@ -54,7 +54,7 @@ struct MessageHandler
|
||||
enum State {
|
||||
kExpectObjectStart,
|
||||
kExpectNameOrObjectEnd,
|
||||
kExpectValue,
|
||||
kExpectValue
|
||||
}state_;
|
||||
std::string name_;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user