diff options
author | phintuka <phintuka> | 2010-07-18 19:41:43 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-07-18 19:41:43 +0000 |
commit | fb4e18afa83284f56b57167bf8072288b0052bc4 (patch) | |
tree | dd0a90b3f1483191aac298ccc6bafcf75b964558 | |
parent | ecea62ef6ad96d6540188ce74985c3f3d33a9e73 (diff) | |
download | xineliboutput-fb4e18afa83284f56b57167bf8072288b0052bc4.tar.gz xineliboutput-fb4e18afa83284f56b57167bf8072288b0052bc4.tar.bz2 |
Fixed startup when not using HUD OSD
-rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 8748eee3..a9cf29ec 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.134 2010-07-17 12:29:36 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.135 2010-07-18 19:41:43 phintuka Exp $ * */ @@ -950,7 +950,7 @@ static int hud_osd_open(sxfe_t *this) return 1; } - return 0; + return 1; } /* |