diff options
| author | Lyssa | 2025-04-07 15:19:24 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-07 15:19:24 +0000 |
| commit | 0c8b1efaa9005de1d101ebab5e66117edfaec3b2 (patch) | |
| tree | 3f5fe837f2ec9cbe20238bdf9ced357f3ec1184e /LibTSforge/PhysicalStore/Common.cs | |
| parent | 3f1c87831802817f0cb3effacde954d3cbadfb6c (diff) | |
| download | TSforge-0c8b1efaa9005de1d101ebab5e66117edfaec3b2.zip | |
Minor fixups
Diffstat (limited to 'LibTSforge/PhysicalStore/Common.cs')
| -rw-r--r-- | LibTSforge/PhysicalStore/Common.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/Common.cs b/LibTSforge/PhysicalStore/Common.cs index d0ad4fe..aef77f8 100644 --- a/LibTSforge/PhysicalStore/Common.cs +++ b/LibTSforge/PhysicalStore/Common.cs @@ -4,9 +4,9 @@ namespace LibTSforge.PhysicalStore public enum BlockType : uint { - NONE, + NONE, // unused NAMED, - ATTRIBUTE, + ATTRIBUTE, //unused TIMER } |
