Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 9f74aff

Browse files
authored
Merge pull request #6399 from stephentoub/fix_typos
Fix build break when FEATURE_SERIALIZATION defined
2 parents fe3aaa3 + 6ffcfee commit 9f74aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mscorlib/src/System/IO/DriveInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public enum DriveType
4646
[ComVisible(true)]
4747
public sealed class DriveInfo
4848
#if FEATURE_SERIALIZATION
49-
, ISerializable
49+
: ISerializable
5050
#endif
5151
{
5252
private String _name;

src/mscorlib/src/System/Reflection/Pointer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace System.Reflection {
2424
[System.Runtime.InteropServices.ComVisible(true)]
2525
public sealed class Pointer
2626
#if FEATURE_SERIALIZATION
27-
, ISerializable
27+
: ISerializable
2828
#endif
2929
{
3030
[SecurityCritical]

0 commit comments

Comments
 (0)