mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
warnings
This commit is contained in:
parent
03d33c75de
commit
e231da4666
@ -1482,9 +1482,9 @@ static void gen_database(int column)
|
||||
if (all_extern)
|
||||
{
|
||||
printa(column, "%sFirebird::CheckStatusWrapper* %s;\t/* status vector */",
|
||||
scope, global_status_name, global_status_name);
|
||||
scope, global_status_name);
|
||||
printa(column, "%sFirebird::CheckStatusWrapper* %s2;\t/* status vector */",
|
||||
scope, global_status_name, global_status_name);
|
||||
scope, global_status_name);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user