8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:03:03 +01:00

Trivial change

This commit is contained in:
robocop 2003-09-15 11:06:18 +00:00
parent 2c1f832317
commit 86f3ee18ad

View File

@ -3554,7 +3554,7 @@ static void clear_transaction_statements( ITR transaction)
for (statement = database->idb_sql_requests; statement;
statement = statement->isr_next)
{
if (statement->isr_itr ==transaction)
if (statement->isr_itr == transaction)
clear_statement_cache(statement);
}
}