- Fix missing semicolon in Sun-only code. Thanks Vincent.

This commit is contained in:
Jamie Wilkinson 2003-02-14 04:01:37 +00:00
parent aaa894cd95
commit 7a18c3ea70

View file

@ -175,7 +175,7 @@ Sys_Milliseconds
int curtime;
/* FIXME: replace with a configure test for gethrtime() */
#ifdef __sun__
extern hrtime_t base_hrtime
extern hrtime_t base_hrtime;
int Sys_Milliseconds(void) {
hrtime_t curr_hrtime;