Skip to content
Snippets Groups Projects
Commit 262dc88d 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 1b517961
No related branches found
No related tags found
No related merge requests found
......@@ -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