Skip to content

Commit ae68f7c

Browse files
committed
Fix accidental typo committed previously
1 parent e36c31c commit ae68f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpre/obj_cxx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@ static void gen_t_start( const act* action, int column)
33683368

33693369
if (trans->tra_db_count == 1)
33703370
{
3371-
` printa(column, "%s = %s->startTransaction(%s, %d, fb_tpb_%d);",
3371+
printa(column, "%s = %s->startTransaction(%s, %d, fb_tpb_%d);",
33723372
trans->tra_handle ? trans->tra_handle : gpreGlob.transaction_name,
33733373
trans->tra_tpb->tpb_database->dbb_name->sym_string, vector,
33743374
trans->tra_tpb->tpb_length, trans->tra_tpb->tpb_ident);

0 commit comments

Comments
 (0)