Skip to content

Commit

Permalink
fixed: compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Aug 15, 2023
1 parent 1cafe65 commit 265de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacPass/NSString+MPPasswordCreation.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#import "NSString+MPComposedCharacterAdditions.h"
#import "MPSettingsHelper.h"

static NSDictionary<NSNumber *, NSString *> *characterClassMap () {
static NSDictionary<NSNumber *, NSString *> *characterClassMap (void) {
static dispatch_once_t onceToken;
static NSDictionary *characterClassMap;
dispatch_once(&onceToken, ^{
Expand Down

0 comments on commit 265de27

Please sign in to comment.