1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00

Tweak function name

This commit is contained in:
sogaiu 2021-07-11 12:27:15 +09:00
parent 72c1d1c484
commit edb415d1a8

View File

@ -71,7 +71,7 @@ void janet_panicv(Janet message) {
janet_signalv(JANET_SIGNAL_ERROR, message);
}
void janet_anicf(const char *format, ...) {
void janet_panicf(const char *format, ...) {
va_list args;
const uint8_t *ret;
JanetBuffer buffer;