fixup, return nil, not 0

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 2a9aa4c852
commit a6b5555910

@ -129,7 +129,7 @@ typedef NS_ENUM(NSInteger, AdvancedSettingsTableViewControllerSection) {
case AdvancedSettingsTableViewControllerSectionPushNotifications:
return NSLocalizedString(@"PUSH_REGISTER_TITLE", @"Used in table section header and alert view title contexts");
default:
return 0;
return nil;
}
}

Loading…
Cancel
Save