This commit is contained in:
Kovid Goyal 2021-05-07 17:33:14 +05:30
parent 2973f33959
commit abb05f4883
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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
};