Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
4325523c
Commit
4325523c
authored
Mar 13, 2022
by
Rob Swindell
💬
Browse files
Resolve warning: type defaults to ‘int’ in declaration
parent
7b46736f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xtrn/sdk/xsdk.c
xtrn/sdk/xsdk.c
+2
-2
No files found.
xtrn/sdk/xsdk.c
View file @
4325523c
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment