Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
07744832
Commit
07744832
authored
Apr 04, 2014
by
Thomas Jahns
🤸
Browse files
Add missing static declaration.
parent
6b47c312
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_mpinonb.c
View file @
07744832
...
...
@@ -81,7 +81,8 @@ static aFiledataM *initAFiledataMPINONB ( const char *filename, size_t bs )
/***************************************************************/
int
destroyAFiledataMPINONB
(
void
*
v
)
static
int
destroyAFiledataMPINONB
(
void
*
v
)
{
int
iret
=
0
;
aFiledataM
*
of
;
...
...
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