mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-14 08:37:38 +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,
|
||||
"%d 0x%x 0x%x 0x%x 0x%x",
|
||||
number,
|
||||
((DWORD*)(p_device->m_guid))[0],
|
||||
((DWORD*)(p_device->m_guid))[1],
|
||||
((DWORD*)(p_device->m_guid))[2],
|
||||
((DWORD*)(p_device->m_guid))[3]
|
||||
((DWORD*) (p_device->m_guid))[0],
|
||||
((DWORD*) (p_device->m_guid))[1],
|
||||
((DWORD*) (p_device->m_guid))[2],
|
||||
((DWORD*) (p_device->m_guid))[3]
|
||||
);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user