[xiph-cvs] cvs commit: timing timing.c
Brendan
brendan at xiph.org
Mon Oct 20 09:32:56 PDT 2003
brendan 03/10/20 12:32:56
Modified: . timing.c
Log:
typo
Revision Changes Path
1.13 +1 -1 timing/timing.c
Index: timing.c
===================================================================
RCS file: /usr/local/cvsroot/timing/timing.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -u -r1.12 -r1.13
--- timing.c 20 Oct 2003 03:08:46 -0000 1.12
+++ timing.c 20 Oct 2003 16:32:55 -0000 1.13
@@ -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
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list