diff options
Diffstat (limited to 'src/interfaces/odbc/bind.h')
-rw-r--r-- | src/interfaces/odbc/bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/bind.h b/src/interfaces/odbc/bind.h index 363abb059bf..34b9e1d399b 100644 --- a/src/interfaces/odbc/bind.h +++ b/src/interfaces/odbc/bind.h @@ -22,7 +22,7 @@ struct BindInfoClass_ char *buffer; /* pointer to the buffer */ Int4 *used; /* used space in the buffer (for strings * not counting the '\0') */ - char *ttlbuf; /* to save the large result */ + char *ttlbuf; /* to save the large result */ Int4 ttlbuflen; /* the buffer length */ Int2 returntype; /* kind of conversion to be applied when * returning (SQL_C_DEFAULT, |