Skip to content

Commit

Permalink
Update iexamine_elevator.cpp
Browse files Browse the repository at this point in the history
gets rid of `-Werror=pedantic` compile error by removing unnecessary `;`
  • Loading branch information
OrenAudeles authored Sep 26, 2023
1 parent 7f7adba commit c190d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iexamine_elevator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ auto move_item( map &here, const tripoint &src, const tripoint &dest ) -> void
here.add_item_or_charges( dest, *it );
it = here.i_rem( src, it );
}
};
}

namespace elevator
{
Expand Down

0 comments on commit c190d8a

Please sign in to comment.