fix typos in config

This commit is contained in:
λmolinae 2025-03-19 22:25:45 -06:00
parent 8c6890f943
commit 45530be5e2
3 changed files with 24 additions and 27 deletions

View file

@ -30,7 +30,7 @@
return NULL;
}
return bprintf("%d%%", cur * 100 / max);
return bprintf("%d", cur * 100 / max);
}
#elif defined(__OpenBSD__)
#include <fcntl.h>