Skip to content

Commit

Permalink
Fix TAG_Padding always being functions
Browse files Browse the repository at this point in the history
  • Loading branch information
RA-Kooi committed Dec 31, 2021
1 parent 57e0f1e commit 48a2b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DwarfOne2C/Tags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public enum TagType
public bool isDirty = false;

// Padding
public bool isFunction = true;
public bool isFunction = false;
}

public class Type
Expand Down

0 comments on commit 48a2b50

Please sign in to comment.