Skip to content

Commit

Permalink
fix: header signature
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist authored and kimlaine committed Aug 28, 2020
1 parent 16b76c5 commit ceebe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/seal/util/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,6 @@ namespace seal
return value == T{ 0 };
}

void seal_memzero(void *const data, const std::size_t size);
void seal_memzero(void *const data, std::size_t size);
} // namespace util
} // namespace seal

0 comments on commit ceebe98

Please sign in to comment.