mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Camera: adjust output format
This commit is contained in:
@@ -21,7 +21,7 @@ static void printDevice(FFCameraOptions* options, const FFCameraResult* device,
|
||||
}
|
||||
|
||||
if (device->width > 0 && device->height > 0)
|
||||
printf(" (%upx x %upx)\n", (unsigned) device->width, (unsigned) device->height);
|
||||
printf(" (%ux%u px)\n", (unsigned) device->width, (unsigned) device->height);
|
||||
else
|
||||
putchar('\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user