*** empty log message ***
authorChris Tallon <chris@vomp.tv>
Thu, 19 Oct 2006 10:47:43 +0000 (10:47 +0000)
committerChris Tallon <chris@vomp.tv>
Thu, 19 Oct 2006 10:47:43 +0000 (10:47 +0000)
player.cc

index 6a2ce33f39d3c027b97d6cc3c78dbb5e708a35ce..c36b8660e2f71db13418debfb461ea1a3b50416d 100644 (file)
--- a/player.cc
+++ b/player.cc
@@ -1089,7 +1089,7 @@ void Player::threadFeedScan()
                 + (clock2.tv_usec - clock1.tv_usec) / 1000
                 + frameTimeOffset - disp_msec;
 #else
-    clock1 = timeGetTime():
+    clock1 = timeGetTime();
     if (clock2 != 0)
       sleepTime = clock2 + frameTimeOffset - disp_msec - clock1;
 #endif