Skip to content

Commit

Permalink
Minor tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
algernon-A committed Dec 12, 2022
1 parent de40f7e commit ce443b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Profiling/MemoryAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private struct PROCESS_MEMORY_COUNTERS
/// Contains information about the current state of both physical and virtual memory, including extended memory.
/// </summary>
[StructLayout(LayoutKind.Sequential)]
private struct MEMORYSTATUSEX
private readonly struct MEMORYSTATUSEX
{
/// <summary>
/// Structure size, in bytes - MUST be assigned before use.
Expand Down

0 comments on commit ce443b9

Please sign in to comment.