Skip to content

Fix pythonic bug#1745

Merged
aquynh merged 1 commit intocapstone-engine:nextfrom
trufae:fix-python-bug
May 11, 2021
Merged

Fix pythonic bug#1745
aquynh merged 1 commit intocapstone-engine:nextfrom
trufae:fix-python-bug

Conversation

@trufae
Copy link
Copy Markdown
Contributor

@trufae trufae commented Apr 24, 2021

This commit fixes these two warnings:

cs.c: In function ‘cs_option’:
393
cs.c:710:4: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
394
  710 |    if (value)
395
      |    ^~
396
cs.c:712:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
397
  712 |     if (handle->skipdata_setup.mnemonic == NULL)
398
      |     ^~

@aquynh aquynh merged commit f278de3 into capstone-engine:next May 11, 2021
@aquynh
Copy link
Copy Markdown
Collaborator

aquynh commented May 11, 2021

merged, thanks!

@riptl riptl mentioned this pull request Jul 22, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants