aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/ABlock.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/ABlock.cs')
-rw-r--r--ChocolArm64/Decoder/ABlock.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Decoder/ABlock.cs b/ChocolArm64/Decoder/ABlock.cs
index 32974c1a..7a0fc607 100644
--- a/ChocolArm64/Decoder/ABlock.cs
+++ b/ChocolArm64/Decoder/ABlock.cs
@@ -5,7 +5,7 @@ namespace ChocolArm64.Decoder
class ABlock
{
public long Position { get; set; }
- public long EndPosition { get; set; }
+ public long EndPosition { get; set; }
public ABlock Next { get; set; }
public ABlock Branch { get; set; }