We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6068a23 commit 22b35c6Copy full SHA for 22b35c6
src/CLR/Include/nanoCLR_Types.h
@@ -1,4 +1,4 @@
1
-//
+//
2
// Copyright (c) .NET Foundation and Contributors
3
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
4
// See LICENSE file in the project root for full license information.
@@ -312,7 +312,7 @@ enum NanoCLRTable
312
TBL_Signatures = 0x0000000E,
313
TBL_ByteCode = 0x0000000F,
314
TBL_ResourcesFiles = 0x00000010,
315
- TBL_EndOfAssembly = 0x000000011,
+ TBL_EndOfAssembly = 0x00000011,
316
TBL_Max = 0x00000012,
317
};
318
0 commit comments