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

Resolve warning: type defaults to ‘int’ in declaration

parent 7b46736f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -580,8 +580,8 @@ int keyhit()
/****************************************************************************/
char inkey(long mode)
{
static in_ctrl_p;
static ansi_len;
static int in_ctrl_p;
static int ansi_len;
uchar ch=0,hour,min,sec;
long tleft;
int i=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment