diff options
Diffstat (limited to 'Xext/xvmain.c')
-rw-r--r-- | Xext/xvmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xvmain.c b/Xext/xvmain.c index 0c34b1611..1b80b12e9 100644 --- a/Xext/xvmain.c +++ b/Xext/xvmain.c @@ -634,7 +634,7 @@ XvdiPutVideo( pPort->time = currentTime; - return (Success); + return Success; } @@ -764,7 +764,7 @@ XvdiGetVideo( pPort->time = currentTime; - return (Success); + return Success; } |