diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-03-27 04:00:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-03-27 04:00:55 +0000 |
commit | 12ceb111822f0cf393a359c2aa6f38c15d7e2961 (patch) | |
tree | aa95e308f908b5b630ed69151878eeec6970cb40 /src/interfaces/odbc/setup.c | |
parent | ff7130180687b3f267e29ac4568402f7d10a5680 (diff) |
ODBC source code cleanup. Mostly alignment of #define constants.
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" |