Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
ff15b291
Commit
ff15b291
authored
Oct 20, 2003
by
brendan
Browse files
typo
svn path=/trunk/timing/; revision=5492
parent
2bfba7c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timing/timing.c
View file @
ff15b291
...
...
@@ -42,7 +42,7 @@ uint64_t timing_get_time(void)
struct
timeb
t
;
ftime
(
&
t
);
return
t
.
time
*
1000
+
t
.
millitm
)
return
t
.
time
*
1000
+
t
.
millitm
;
#else
return
timeGetTime
();
#endif
...
...
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