mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Fix uint32 type name.
This commit is contained in:
parent
546819b1d9
commit
5ef4c3c076
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue