Permalink
Browse files

Merge branch 'master' of https://github.com/Reisyukaku/ReiNX

  • Loading branch information...
Reisyukaku committed Sep 8, 2018
2 parents 42a4a5f + 7a0446a commit 1e710693eafe56a44a647e735885b2faa12d713d
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/hwinit/util.h
View
@@ -38,4 +38,4 @@ uPtr memsearch(void *startPos, size_t searchSize, void *pattern, size_t patternS
uPtr getFreeSpace(void *start, size_t space, size_t searchSize); uPtr getFreeSpace(void *start, size_t space, size_t searchSize);
u32 crc32c(const void *buf, u32 len); u32 crc32c(const void *buf, u32 len);
#endif #endif

0 comments on commit 1e71069

Please sign in to comment.