diff options
author | Bruce Momjian | 2001-02-11 05:58:41 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-02-11 05:58:41 +0000 |
commit | 3152ef63a624cfecf1889068db49397a0a8e035e (patch) | |
tree | 655bf607ee604c76e34f323ee841d4d3a40407cb /src/interfaces/odbc/statement.c | |
parent | a952c79b238e7c5d40a62c14d0ceeabffb218c00 (diff) |
Source alignment cleanups.
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r-- | src/interfaces/odbc/statement.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c index 86e52191afb..d730e1b6401 100644 --- a/src/interfaces/odbc/statement.c +++ b/src/interfaces/odbc/statement.c @@ -85,7 +85,7 @@ static struct }; -RETCODE SQL_API +RETCODE SQL_API SQLAllocStmt(HDBC hdbc, HSTMT FAR *phstmt) { @@ -139,7 +139,7 @@ SQLAllocStmt(HDBC hdbc, } -RETCODE SQL_API +RETCODE SQL_API SQLFreeStmt(HSTMT hstmt, UWORD fOption) { |