mirror of
https://github.com/janet-lang/janet
synced 2025-06-26 15:12:49 +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(float32);
|
||||
CASE_TYPE_INITIALIZE(float64);
|
||||
default : janet_panic("bad typed array type");
|
||||
default :
|
||||
janet_panic("bad typed array type");
|
||||
|
||||
}
|
||||
return view;
|
||||
|
Loading…
x
Reference in New Issue
Block a user