From d772714e45f5cb7db70c284a667eb69867a57e86 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 29 Aug 2009 11:08:28 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@28101 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfcdrom/cdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfcdrom/cdr.c b/plugins/dfcdrom/cdr.c index 58e56275..d6529a4d 100644 --- a/plugins/dfcdrom/cdr.c +++ b/plugins/dfcdrom/cdr.c @@ -369,7 +369,7 @@ long CDRplay(unsigned char *sector) { return 0; // If play was called with the same time as the previous call, - // don't restart it. of course, if play is called with a different + // don't restart it. Of course, if play is called with a different // track, stop playing the current stream. if (playing) { -- cgit v1.2.3