Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Feb 21, 2014
1 parent 6aeb259 commit 4cc5ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Camera/NBUCameraViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ - (void)viewDidLoad

case AVCaptureFlashModeAuto:
default:
weakSelf.flashLabel.text = NBULocalizedString(@"NBUCameraViewController FlashLabel Auto", @"Auto");;
weakSelf.flashLabel.text = NBULocalizedString(@"NBUCameraViewController FlashLabel Auto", @"Auto");
break;
}
};
Expand Down
2 changes: 1 addition & 1 deletion Source/Gallery/NBUGalleryViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ - (void)scrollingHasEnded

if((NSInteger)index != _currentIndex)
{
self.currentIndex = index;;
self.currentIndex = index;
}
}

Expand Down

0 comments on commit 4cc5ebb

Please sign in to comment.