mirror of
https://github.com/janet-lang/janet
synced 2024-12-01 12:29:54 +00:00
fix C format
This commit is contained in:
parent
c81bf42f6b
commit
632b920e97
@ -318,7 +318,8 @@ JanetTArrayView * janet_tarray_view(JanetTArrayType type,size_t size,size_t stri
|
|||||||
CASE_TYPE_INITIALIZE(int64);
|
CASE_TYPE_INITIALIZE(int64);
|
||||||
CASE_TYPE_INITIALIZE(float32);
|
CASE_TYPE_INITIALIZE(float32);
|
||||||
CASE_TYPE_INITIALIZE(float64);
|
CASE_TYPE_INITIALIZE(float64);
|
||||||
default : janet_panic("bad typed array type");
|
default :
|
||||||
|
janet_panic("bad typed array type");
|
||||||
|
|
||||||
}
|
}
|
||||||
return view;
|
return view;
|
||||||
|
Loading…
Reference in New Issue
Block a user