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 18d1bcb commit f2e453cCopy full SHA for f2e453c
1 file changed
MemoryMeter.c
@@ -46,7 +46,7 @@ static void MemoryMeter_updateValues(Meter* this) {
46
}
47
/* Do not print available memory in bar mode */
48
static_assert(MEMORY_METER_AVAILABLE + 1 == MEMORY_METER_ITEMCOUNT,
49
- "MEMORY_METER_AVAILABLE is not the last item in MemoryMeterValues");
+ "MEMORY_METER_AVAILABLE is not the last item in MemoryMeterValues");
50
this->curItems = MEMORY_METER_AVAILABLE;
51
52
/* we actually want to show "used + shared + compressed" */
0 commit comments