ci: fix code_test.v
parent
2136cba9fa
commit
a33fa316b0
|
@ -1,3 +1,3 @@
|
||||||
void mut_arg(const byte *_key, size_t *val) {
|
void mut_arg(const u8 *_key, size_t *val) {
|
||||||
*val = 5;
|
*val = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue