Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: BevapDin <[email protected]>
  • Loading branch information
ZhilkinSerg and BevapDin authored Nov 22, 2019
1 parent ead97ca commit 0663178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ std::string enum_to_string<game_message_type>( game_message_type data )
case game_message_type::num_game_message_type:
break;
}
debugmsg( "Invalid side" );
debugmsg( "Invalid game_message_type" );
abort();
}

Expand Down

0 comments on commit 0663178

Please sign in to comment.