From 96cbceb7734be17da65e56321a7e548ea862db17 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Thu, 19 Oct 2006 10:47:43 +0000 Subject: [PATCH] *** empty log message *** --- player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.cc b/player.cc index 6a2ce33..c36b866 100644 --- 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 -- 2.39.2