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
52718ee1
Commit
52718ee1
authored
Apr 17, 2014
by
Thomas Jahns
🤸
Browse files
Remove incorrect static declarations.
parent
ec47b11f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/zaxis.c
View file @
52718ee1
...
...
@@ -1532,8 +1532,10 @@ int zaxisCompareP ( void * zaxisptr1, void * zaxisptr2 )
{
zaxis_t
*
z1
=
(
zaxis_t
*
)
zaxisptr1
;
zaxis_t
*
z2
=
(
zaxis_t
*
)
zaxisptr2
;
static
int
differ
=
-
1
;
static
int
equal
=
0
;
enum
{
differ
=
-
1
,
equal
=
0
,
};
int
i
;
xassert
(
z1
);
...
...
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