Skip to content
GitLab
Menu
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
db90b44e
Commit
db90b44e
authored
Jan 25, 2012
by
Luis Kornblueh
Browse files
Juast added an return in a void function.
parent
18f7cf0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/zaxis.c
View file @
db90b44e
...
...
@@ -781,6 +781,8 @@ void zaxisDefUUID(int zaxisID, const char *uuid)
zaxis_check_ptr
(
zaxisID
,
zaxisptr
);
strncpy
(
zaxisptr
->
uuid
,
uuid
,
16
);
return
;
}
/*
...
...
Write
Preview
Supports
Markdown
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