Skip to content
Snippets Groups Projects
Commit aa33f300 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

showbuf() definition needs a name for the first arg for MSVC

... but not for GCC or Clang interestingly enough.
parent a0d86eb1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3791 passed
......@@ -81,8 +81,8 @@ static int uprintf(int x, int y, unsigned attr, char *fmat, ...)
return(i);
}
static void showbuf(uifc_winmode_t, int left, int top, int width, int height
,const char *title, const char *hbuf, int *curp, int *barp)
static void showbuf(uifc_winmode_t mode, int left, int top, int width, int height
,const char *title, const char *hbuf, int *curp, int *barp)
{
puts(title);
puts(hbuf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment