mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
patterns/usb: Fixed duplicate variable declaration
This commit is contained in:
@@ -143,7 +143,6 @@ struct DeviceDescriptor {
|
||||
u8 bDeviceSubClass;
|
||||
} else {
|
||||
u8 bDeviceSubClass;
|
||||
u8 bDeviceSubClass;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user