mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 05:35:17 +00:00
...
This commit is contained in:
parent
2973f33959
commit
abb05f4883
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
extern PyTypeObject Screen_Type;
|
||||
|
||||
// utils {{{
|
||||
const static uint64_t pow_10_array[] = {
|
||||
static const uint64_t pow_10_array[] = {
|
||||
1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 10000000000
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue