Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
79d29069
Commit
79d29069
authored
Aug 07, 2014
by
Thomas Jahns
🤸
Browse files
Add static declaration to variable only used same compilation unit.
parent
ec797fa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/extralib.c
View file @
79d29069
...
...
@@ -43,7 +43,7 @@ const char *extLibraryVersion(void)
}
int
EXT_Debug
=
0
;
/* If set to 1, debugging */
static
int
EXT_Debug
=
0
;
/* If set to 1, debugging */
void
extDebug
(
int
debug
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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