Skip to content

Commit

Permalink
fixed wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO authored and DarthTon committed Apr 10, 2020
1 parent 4dadd41 commit 0f60516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlackBone/Include/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ struct Wow64Barrier
// Module type
enum eModType
{
mt_mod32, // 64 bit module
mt_mod64, // 32 bit module
mt_mod32, // 32 bit module
mt_mod64, // 64 bit module
mt_default, // type is deduced from target process
mt_unknown // Failed to detect type
};
Expand Down

0 comments on commit 0f60516

Please sign in to comment.