Commit 5ef4c3c0 authored by dreamer.dead's avatar dreamer.dead

Fix uint32 type name.

parent 546819b1
......@@ -409,7 +409,7 @@ const char* FlagValue::TypeName() const {
static const char types[] =
"bool\0xx"
"int32\0x"
"uin32\0x"
"uint32\0"
"int64\0x"
"uint64\0"
"double\0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment