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
20a50d4b
Commit
20a50d4b
authored
Feb 27, 2022
by
Deucе
👌🏾
Browse files
Make it const everywhere.
parent
b749292d
Pipeline
#2801
passed with stage
in 9 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/conio/ciolib.c
src/conio/ciolib.c
+1
-1
No files found.
src/conio/ciolib.c
View file @
20a50d4b
...
...
@@ -81,7 +81,7 @@ CIOLIBEXPORT int directvideo=0;
CIOLIBEXPORT
int
hold_update
=
0
;
CIOLIBEXPORT
int
puttext_can_move
=
0
;
CIOLIBEXPORT
int
ciolib_reaper
=
TRUE
;
CIOLIBEXPORT
char
*
ciolib_appname
=
NULL
;
CIOLIBEXPORT
const
char
*
ciolib_appname
=
NULL
;
CIOLIBEXPORT
int
ciolib_initial_window_height
=
-
1
;
CIOLIBEXPORT
int
ciolib_initial_window_width
=
-
1
;
static
int
initialized
=
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