[partition] Fix typo

main
Adriaan de Groot 5 years ago
parent 313531bc4b
commit 7f1a59f02b

@ -96,14 +96,14 @@ static inline bool
isZRam( const Device* device )
{
const QString path = device->deviceNode();
return path.startswith( "/dev/zram" );
return path.startsWith( "/dev/zram" );
}
static inline bool
isFloppyDrive( const Device* device )
{
const QString path = device->deviceNode();
return path.startswith( "/dev/fd" ) || path.startswith( "/dev/floppy" );
return path.startsWith( "/dev/fd" ) || path.startsWith( "/dev/floppy" );
}
static inline QDebug&

Loading…
Cancel
Save