Skip to content

Commit

Permalink
Fix astyle regression (CleverRaven#35478)
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum authored and AMurkin committed Nov 13, 2019
1 parent 82b2570 commit f4a917d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iexamine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ class atm_menu

//!Get a new cash card. $10.00 fine.
bool do_purchase_card() {
const char *prompt = _( "This will automatically deduct $10.00 from your bank account. Continue?" );
const char *prompt =
_( "This will automatically deduct $10.00 from your bank account. Continue?" );

if( !query_yn( prompt ) ) {
return false;
Expand Down

0 comments on commit f4a917d

Please sign in to comment.