diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-09 16:40:54 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-09 16:40:54 +0000 |
| commit | 4d7c0735964918002d09b792f52d326d2dea374e (patch) | |
| tree | 63b50dfca1f4514fd12614e907cade3009c68ffe | |
| parent | c029add61f430a420e67c08aa79ad05f3a39575e (diff) | |
small whoops
| -rw-r--r-- | kc/core/kprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/kprint.c b/kc/core/kprint.c index 8989ccd..18b5af9 100644 --- a/kc/core/kprint.c +++ b/kc/core/kprint.c @@ -202,7 +202,7 @@ static struct specifier parse_specifier(const char *format, va_list arguments) switch (*begin) { // unexpected EOS - case '0': + case 0: result.type = INVALID_PRINT; return result; case 'c': |
