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
BC
public
external
sofia-sip
Commits
86b29009
Commit
86b29009
authored
Jul 12, 2007
by
Kai Vehmanen
Browse files
su: Returning value in a void function.
darcs-hash:20070712135459-77cd4-c8a43b6f7f656a183e20d4263883e51485530bf7.gz
parent
e2f5fe34
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/su/su_time0.c
View file @
86b29009
...
...
@@ -100,7 +100,7 @@ void su_time(su_time_t *tv)
#endif
if
(
_su_time
)
return
_su_time
(
tv
);
_su_time
(
tv
);
}
/** Get current time as nanoseconds since epoch.
...
...
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