diff --git a/src/modules/physicalmemory/physicalmemory.c b/src/modules/physicalmemory/physicalmemory.c index 16525ac62..8b92517a7 100644 --- a/src/modules/physicalmemory/physicalmemory.c +++ b/src/modules/physicalmemory/physicalmemory.c @@ -44,7 +44,7 @@ void ffPrintPhysicalMemory(FFPhysicalMemoryOptions* options) if (device->maxSpeed > 0) printf("-%u", device->maxSpeed); if (device->runningSpeed > 0 && device->runningSpeed != device->maxSpeed) - printf(" at %u MT/s\n", device->runningSpeed); + printf(" @ %u MT/s", device->runningSpeed); if (device->vendor.length > 0) printf(" (%s)", device->vendor.chars); if (device->ecc)