Reformat capi.c

This commit is contained in:
Calvin Rose 2019-06-15 11:04:24 -04:00
parent 779fcf2d54
commit 3598f056bb
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ uint64_t janet_getflags(const Janet *argv, int32_t n, const char *flags) {
}
}
janet_panicf("unexpected flag %c, expected one of \"%s\"", (char) keyw[j], flags);
found:
found:
;
}
return ret;