Skip to content

Commit

Permalink
demanded change
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Dec 13, 2024
1 parent 5153753 commit a76d2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vehicle_turrets_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

static const ammo_effect_str_id ammo_effect_RECYCLED( "RECYCLED" );

static const vproto_id vehicle_prototype_test_turret_rig("test_turret_rig");
static const vproto_id vehicle_prototype_test_turret_rig( "test_turret_rig" );

static std::vector<const vpart_info *> all_turret_types()
{
Expand Down

0 comments on commit a76d2f3

Please sign in to comment.