fix typos in config
This commit is contained in:
parent
8c6890f943
commit
45530be5e2
3 changed files with 24 additions and 27 deletions
|
@ -30,7 +30,7 @@
|
|||
return NULL;
|
||||
}
|
||||
|
||||
return bprintf("%d%%", cur * 100 / max);
|
||||
return bprintf("%d", cur * 100 / max);
|
||||
}
|
||||
#elif defined(__OpenBSD__)
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue