Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pythonic bug #1745

Merged
merged 1 commit into from
May 11, 2021
Merged

Fix pythonic bug #1745

merged 1 commit into from
May 11, 2021

Conversation

trufae
Copy link
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
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.

None yet

3 participants