diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-05 17:46:40 +0000 |
commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /src/interfaces/odbc/dlg_specific.c | |
parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/interfaces/odbc/dlg_specific.c')
-rw-r--r-- | src/interfaces/odbc/dlg_specific.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/odbc/dlg_specific.c b/src/interfaces/odbc/dlg_specific.c index d26482161ae..b757a933164 100644 --- a/src/interfaces/odbc/dlg_specific.c +++ b/src/interfaces/odbc/dlg_specific.c @@ -445,11 +445,11 @@ updateCommons(const ConnInfo *ci) { sprintf(tmp, "%d", comval->unique_index); SQLWritePrivateProfileString(sectionName, INI_UNIQUEINDEX, tmp, - fileName); + fileName); - sprintf(tmp, "%d", comval->onlyread); - SQLWritePrivateProfileString(sectionName, INI_READONLY, tmp, - fileName); + sprintf(tmp, "%d", comval->onlyread); + SQLWritePrivateProfileString(sectionName, INI_READONLY, tmp, + fileName); } sprintf(tmp, "%d", comval->use_declarefetch); @@ -497,7 +497,7 @@ updateCommons(const ConnInfo *ci) * comval->conn_settings, fileName); */ } -#endif /* WIN32 */ +#endif /* WIN32 */ void |