summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-29 11:08:28 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-08-29 11:08:28 +0000
commitd772714e45f5cb7db70c284a667eb69867a57e86 (patch)
tree8c3c2742f0762f4a18c05962488b4835dfea9e12 /plugins
parentba48ba37037f0fde667c3f92f863b09c3446acce (diff)
downloadpcsxr-d772714e45f5cb7db70c284a667eb69867a57e86.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@28101 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfcdrom/cdr.c2
1 files changed, 1 insertions, 1 deletions
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)
{