diff options
| author | rofafor <rofafor> | 2010-06-02 17:30:23 +0000 |
|---|---|---|
| committer | rofafor <rofafor> | 2010-06-02 17:30:23 +0000 |
| commit | da3cb4a276f59f0e1492ee9d9c5189523f77c55b (patch) | |
| tree | 103210fb031cee70463209b2aac4e964b7118a2c | |
| parent | 4c78a923e6f8bed41946743643d83da06114d862 (diff) | |
| download | xineliboutput-da3cb4a276f59f0e1492ee9d9c5189523f77c55b.tar.gz xineliboutput-da3cb4a276f59f0e1492ee9d9c5189523f77c55b.tar.bz2 | |
Fixed compilation (Thanks to 9000h, patch #3010031)
| -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 48efc577..88f49f89 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.125 2010-05-30 22:18:32 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.126 2010-06-02 17:30:23 rofafor Exp $ * */ @@ -667,7 +667,7 @@ static int hud_osd_command(frontend_t *this_gen, struct osd_command_s *cmd) XFlush(this->display); break; - case OSD_Set_RLE: { /* Create/update OSD window. Data is rle-compressed. */ + case OSD_Set_RLE: /* Create/update OSD window. Data is rle-compressed. */ LOGDBG("HUD Set RLE"); if (!(cmd->flags & OSDFLAG_TOP_LAYER)) |
