summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-05-17 13:36:40 +0000
committerphintuka <phintuka>2007-05-17 13:36:40 +0000
commitd0d51a21ed3d0118a209b13b7c4e1b5d53acf572 (patch)
treeb3ccace29fde4d0f37eb632fae62f27cf8f1cf86
parent109d45f4ecbddc1c4537235be722b86dcf904b9a (diff)
downloadxineliboutput-d0d51a21ed3d0118a209b13b7c4e1b5d53acf572.tar.gz
xineliboutput-d0d51a21ed3d0118a209b13b7c4e1b5d53acf572.tar.bz2
No functional changes
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 7a18d042..8220c463 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c,v 1.34 2007-03-14 17:40:38 phintuka Exp $
+ * $Id: menu.c,v 1.35 2007-05-17 13:36:40 phintuka Exp $
*
*/
@@ -305,7 +305,7 @@ eOSState cMenuBrowseFiles::Open(bool ForceOpen, bool Parent, bool Queue)
} else {
/* image */
char **files = new char*[Count()+1];
- int i=0, index = 0;
+ int i = 0, index = 0;
memset(files, 0, sizeof(char*)*(Count()+1));
for(cFileListItem *it = (cFileListItem*)First(); it; it=(cFileListItem*)Next(it)) {
if(it==Get(Current()))