mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 20:21:15 +00:00
reformat
This commit is contained in:
parent
f70d1eb495
commit
41de5779a5
@ -945,10 +945,10 @@ int MxDeviceEnumerate::FormatDeviceName(char* p_buffer, const MxDriver* p_driver
|
|||||||
p_buffer,
|
p_buffer,
|
||||||
"%d 0x%x 0x%x 0x%x 0x%x",
|
"%d 0x%x 0x%x 0x%x 0x%x",
|
||||||
number,
|
number,
|
||||||
((DWORD*)(p_device->m_guid))[0],
|
((DWORD*) (p_device->m_guid))[0],
|
||||||
((DWORD*)(p_device->m_guid))[1],
|
((DWORD*) (p_device->m_guid))[1],
|
||||||
((DWORD*)(p_device->m_guid))[2],
|
((DWORD*) (p_device->m_guid))[2],
|
||||||
((DWORD*)(p_device->m_guid))[3]
|
((DWORD*) (p_device->m_guid))[3]
|
||||||
);
|
);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user