fixed a logfmt bug

This commit is contained in:
2016-11-09 15:50:41 +00:00
parent ccca08c725
commit 66af1a8ea3
2 changed files with 4 additions and 3 deletions

View File

@ -192,7 +192,7 @@ static int is_normalized_integer (hcl_t* hcl, hcl_oop_t oop)
return 0;
}
HCL_INLINE int is_bigint (hcl_t* hcl, hcl_oop_t x)
HCL_INLINE static int is_bigint (hcl_t* hcl, hcl_oop_t x)
{
hcl_oop_t c;