Fix style

This commit is contained in:
Christian Semmler 2023-09-10 08:53:06 -04:00
parent 3229859c99
commit a9860c5236

View File

@ -182,7 +182,7 @@ BOOL FAR PASCAL EnumerateCallback(GUID FAR *, LPSTR, LPSTR, LPVOID)
}
// OFFSET: LEGO1 0x1009c730 STUB
char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
char *MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
{
// TODO: This is a list of error messages, similar to the function in
// MxDirectDraw, except that this one now contains the Direct3D errors.