Skip to content
Snippets Groups Projects
Commit 6c5de983 authored by deuce's avatar deuce
Browse files

Fix ELSE indenting.

parent dd1b9e8b
No related branches found
No related tags found
No related merge requests found
......@@ -1547,6 +1547,7 @@ void decompile(FILE *bin, FILE *srcfile)
indenteol=1;
NONE("IF_FALSE");
case CS_ELSE:
indent--;
indenteol=1;
NONE("ELSE");
case CS_ENDIF:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment