Changeset: 70f3817d5f90 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70f3817d5f90 Modified Files: clients/odbc/driver/SQLGetConnectOption.c clients/odbc/driver/SQLSetConnectOption.c Branch: Oct2014 Log Message:
Typo. diffs (24 lines): diff --git a/clients/odbc/driver/SQLGetConnectOption.c b/clients/odbc/driver/SQLGetConnectOption.c --- a/clients/odbc/driver/SQLGetConnectOption.c +++ b/clients/odbc/driver/SQLGetConnectOption.c @@ -40,7 +40,7 @@ #ifdef _MSC_VER /* can't call them by their real name with Visual Studio 12.0 since we * would then get a warning which we translate to an error during - * compilation (also see ODBS.syms) */ + * compilation (also see ODBC.syms) */ #define SQLGetConnectOption SQLGetConnectOption_deprecated #define SQLGetConnectOptionA SQLGetConnectOptionA_deprecated #define SQLGetConnectOptionW SQLGetConnectOptionW_deprecated diff --git a/clients/odbc/driver/SQLSetConnectOption.c b/clients/odbc/driver/SQLSetConnectOption.c --- a/clients/odbc/driver/SQLSetConnectOption.c +++ b/clients/odbc/driver/SQLSetConnectOption.c @@ -44,7 +44,7 @@ #ifdef _MSC_VER /* can't call them by their real name with Visual Studio 12.0 since we * would then get a warning which we translate to an error during - * compilation (also see ODBS.syms) */ + * compilation (also see ODBC.syms) */ #define SQLSetConnectOption SQLSetConnectOption_deprecated #define SQLSetConnectOptionA SQLSetConnectOptionA_deprecated #define SQLSetConnectOptionW SQLSetConnectOptionW_deprecated _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
