8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
This commit is contained in:
alexpeshkoff 2015-02-07 14:57:23 +00:00
parent 03d33c75de
commit e231da4666

View File

@ -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
{