diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-09 05:00:21 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-09 05:00:21 +0000 |
| commit | 91b29755ebc63d0a4e04d37533efa22d093ade8a (patch) | |
| tree | c0599aba92c1e1c7096c7f3fe44c076be26c9ba8 /plugins/dfcdrom/cdr-linux.c | |
| parent | ca0ab2632f3416ff509e52fc9a9b712c1e55317f (diff) | |
| download | pcsxr-91b29755ebc63d0a4e04d37533efa22d093ade8a.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54393 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdr-linux.c')
| -rw-r--r-- | plugins/dfcdrom/cdr-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfcdrom/cdr-linux.c b/plugins/dfcdrom/cdr-linux.c index fdd41ddb..3d15c4d2 100644 --- a/plugins/dfcdrom/cdr-linux.c +++ b/plugins/dfcdrom/cdr-linux.c @@ -54,7 +54,7 @@ void CloseCdHandle() { handle = -1; } -int IsCdHandleOpen () { +int IsCdHandleOpen() { return (handle != -1); } |
