1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-07 05:02:15 +00:00

Tweak function name

This commit is contained in:
sogaiu
2021-07-11 12:27:15 +09:00
parent 72c1d1c484
commit edb415d1a8
+1 -1
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;