Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Jan 14, 2025
1 parent dba8bc5 commit 9171329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/PassepartoutKit
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
static inline void *_Nullable pp_alloc_crypto(size_t size) {
void *memory = malloc(size);
if (!memory) {
NSCAssert(NO, @"malloc() call failed");
NSCAssert(NO, @"pp_alloc_crypto: malloc() call failed");
abort();
return NULL;
}
Expand Down

0 comments on commit 9171329

Please sign in to comment.