[partition] Fix typo
This commit is contained in:
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…
Reference in New Issue
Block a user