mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
fix v.js
This commit is contained in:
parent
1f6535afb0
commit
9385ed27ae
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ pub fn (b []byte) hex() string {
|
|||
return 'sdf'
|
||||
}
|
||||
|
||||
pub fn (arr mut array) _push_many(val voidptr, size int) {
|
||||
pub fn (arr mut array) push_many(val voidptr, size int) {
|
||||
}
|
||||
|
||||
pub fn free(voidptr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue