From a9860c523695f73a18766e85c242b064f83c1e8f Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 10 Sep 2023 08:53:06 -0400 Subject: [PATCH] Fix style --- LEGO1/mxdirect3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdirect3d.cpp b/LEGO1/mxdirect3d.cpp index 9fd532e0..6d6a43e3 100644 --- a/LEGO1/mxdirect3d.cpp +++ b/LEGO1/mxdirect3d.cpp @@ -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.