From 650eb1536dd84842a0beabd375484a0e2e2e42a7 Mon Sep 17 00:00:00 2001 From: Vladislav Stepanov Date: Thu, 19 Jun 2025 00:35:23 +0300 Subject: [PATCH] Fix #17. --- Underanalyzer/Decompiler/DecompileContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Underanalyzer/Decompiler/DecompileContext.cs b/Underanalyzer/Decompiler/DecompileContext.cs index aa849b1..3023ef6 100644 --- a/Underanalyzer/Decompiler/DecompileContext.cs +++ b/Underanalyzer/Decompiler/DecompileContext.cs @@ -105,7 +105,7 @@ private void DecompileControlFlow() } } - // Decompiles the AST from the code entry4 + // Decompiles the AST from the code entry private AST.IStatementNode DecompileAST() { try