fixed a typo

This commit is contained in:
SJ
2013-05-15 11:52:41 +02:00
parent 4853694fcd
commit a1385cf948
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
#define MAX_SQL_VARS 20
#define TYPE_UNDEF 0
#define TYPE_TINY 1
#define TYPE_SHORT 1
#define TYPE_LONG 2
#define TYPE_LONGLONG 3
#define TYPE_STRING 4