diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-29 11:08:28 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-29 11:08:28 +0000 |
| commit | d772714e45f5cb7db70c284a667eb69867a57e86 (patch) | |
| tree | 8c3c2742f0762f4a18c05962488b4835dfea9e12 /plugins | |
| parent | ba48ba37037f0fde667c3f92f863b09c3446acce (diff) | |
| download | pcsxr-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.c | 2 |
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) { |
