mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* fixed typo in comment
git-svn-id: trunk@13051 -
This commit is contained in:
parent
5b08047d1c
commit
2b780dbad4
@ -498,7 +498,7 @@ begin
|
|||||||
SQLFreeHandle(SQL_HANDLE_DBC,FDBCHandle),
|
SQLFreeHandle(SQL_HANDLE_DBC,FDBCHandle),
|
||||||
SQL_HANDLE_DBC,FDBCHandle,'Could not free ODBC Connection handle.'
|
SQL_HANDLE_DBC,FDBCHandle,'Could not free ODBC Connection handle.'
|
||||||
);
|
);
|
||||||
raise; // re-raise exceptoin
|
raise; // re-raise exception
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user