OSDN Git Service

x264 bump to r1101
[handbrake-jp/handbrake-jp-git.git] / macosx / ChapterTitles.m
index dd38d90..0ad5651 100644 (file)
@@ -82,7 +82,7 @@
       objectValueForTableColumn:(NSTableColumn *)aTableColumn
       row:(int)rowIndex
 {
-    NSString *cellEntry;
+    NSString *cellEntry =  @"__DATA ERROR__";
 
     if([[aTableColumn identifier] intValue] == 1)
     {
                 cellEntry = [NSString stringWithUTF8String:chapter->title];
             }
         }
-        else
-        {
-                cellEntry = @"__DATA ERROR__";
-        }
     }
 
     return cellEntry;