update sproto double array (#1227)

Co-authored-by: zixun <lvzxiun@gmail.com>
This commit is contained in:
子熏
2020-08-03 22:54:04 +08:00
committed by GitHub
parent 950389599d
commit 44485b195c
3 changed files with 8 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ struct sproto_type;
#define SPROTO_TINTEGER 0
#define SPROTO_TBOOLEAN 1
#define SPROTO_TSTRING 2
#define SPROTO_DOUBLE 3
#define SPROTO_TDOUBLE 3
#define SPROTO_TSTRUCT 4
// sub type of string (sproto_arg.extra)