Skip to content

Commit

Permalink
Fix CS_ERR_X86_MASM doc typo (capstone-engine#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink authored and aquynh committed Apr 1, 2019
1 parent 472845d commit fa17ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/capstone/capstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ typedef enum cs_err {
CS_ERR_SKIPDATA, ///< Access irrelevant data for "data" instruction in SKIPDATA mode
CS_ERR_X86_ATT, ///< X86 AT&T syntax is unsupported (opt-out at compile time)
CS_ERR_X86_INTEL, ///< X86 Intel syntax is unsupported (opt-out at compile time)
CS_ERR_X86_MASM, ///< X86 Intel syntax is unsupported (opt-out at compile time)
CS_ERR_X86_MASM, ///< X86 Masm syntax is unsupported (opt-out at compile time)
} cs_err;

/**
Expand Down

0 comments on commit fa17ed2

Please sign in to comment.