diff options
Diffstat (limited to 'src/interfaces/odbc/setup.c')
-rw-r--r-- | src/interfaces/odbc/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/odbc/setup.c b/src/interfaces/odbc/setup.c index 1679ad033a8..aec1f35f6af 100644 --- a/src/interfaces/odbc/setup.c +++ b/src/interfaces/odbc/setup.c @@ -1,4 +1,3 @@ - /* Module: setup.c * * Description: This module contains the setup functions for @@ -11,7 +10,7 @@ * * Comments: See "notice.txt" for copyright and license information. * - *************************************************************************************/ + */ #include "psqlodbc.h" #include "connection.h" |