Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fixup! fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschibsted committed Mar 9, 2017
1 parent 76d9b39 commit 3849a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPiDSDK/SPiDTokenStorage.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ @implementation SPiDTokenStorage
case SPiDTokenStorageBackendTypeUserDefaults:
return [[SPiDTokenStorageUserDefaultsBackend alloc] initWithUserDefaults:[NSUserDefaults standardUserDefaults]];
default:
NSAssert(NO, @"Unknown SPiDTokenStorageBackendType %d", type);
NSAssert(NO, @"Unknown SPiDTokenStorageBackendType %d", (int)type);
}
}

Expand Down

0 comments on commit 3849a84

Please sign in to comment.