summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c
index 32e5e36fd..1d22ea303 100644
--- a/src/xine-engine/osd.c
+++ b/src/xine-engine/osd.c
@@ -374,7 +374,7 @@ static int osd_hide (osd_object_t *osd, int64_t vpts) {
this->stream->xine->port_ticket->release(this->stream->xine->port_ticket, 1);
- return 1;
+ return ret;
}