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
287f03eb
Commit
287f03eb
authored
Apr 22, 2014
by
Thomas Jahns
🤸
Browse files
Merge declaration and initialization.
parent
1bc1aaed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/zaxis.c
View file @
287f03eb
...
...
@@ -297,9 +297,7 @@ static void zaxisDestroyKernel( zaxis_t * zaxisptr )
*/
void
zaxisDestroy
(
int
zaxisID
)
{
zaxis_t
*
zaxisptr
;
zaxisptr
=
(
zaxis_t
*
)
reshGetVal
(
zaxisID
,
&
zaxisOps
);
zaxis_t
*
zaxisptr
=
reshGetVal
(
zaxisID
,
&
zaxisOps
);
zaxisDestroyKernel
(
zaxisptr
);
}
...
...
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