diff options
Diffstat (limited to 'src/interfaces/odbc/environ.c')
-rw-r--r-- | src/interfaces/odbc/environ.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/odbc/environ.c b/src/interfaces/odbc/environ.c index ffa0f57e033..5a6b6b11a3b 100644 --- a/src/interfaces/odbc/environ.c +++ b/src/interfaces/odbc/environ.c @@ -308,6 +308,7 @@ SQLError( break; case CONN_TRANSACT_IN_PROGRES: strcpy(szSqlState, "S1010"); + /* * when the user tries to switch commit mode in a * transaction @@ -441,8 +442,8 @@ EN_Destructor(EnvironmentClass *self) mylog("in EN_Destructor, self=%u\n", self); /* - * the error messages are static strings distributed throughout - * the source--they should not be freed + * the error messages are static strings distributed throughout the + * source--they should not be freed */ /* Free any connections belonging to this environment */ |