ci: fix code_test.v

Delyan Angelov 2022-04-15 21:20:03 +03:00 committed by Jef Roosens
parent 2136cba9fa
commit a33fa316b0
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
void mut_arg(const byte *_key, size_t *val) {
void mut_arg(const u8 *_key, size_t *val) {
*val = 5;
}