Skip to content

Commit 22b35c6

Browse files
committed
Fix declaration of assembly const
***NO_CI***
1 parent 6068a23 commit 22b35c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CLR/Include/nanoCLR_Types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//
1+
//
22
// Copyright (c) .NET Foundation and Contributors
33
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
44
// See LICENSE file in the project root for full license information.
@@ -312,7 +312,7 @@ enum NanoCLRTable
312312
TBL_Signatures = 0x0000000E,
313313
TBL_ByteCode = 0x0000000F,
314314
TBL_ResourcesFiles = 0x00000010,
315-
TBL_EndOfAssembly = 0x000000011,
315+
TBL_EndOfAssembly = 0x00000011,
316316
TBL_Max = 0x00000012,
317317
};
318318

0 commit comments

Comments
 (0)