diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cbs.c | 2 | ||||
-rw-r--r-- | src/util.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -915,7 +915,7 @@ out: * that time */ if (lac_changed || ci_changed) { - cbs->reset_source = + cbs->reset_source = g_timeout_add_seconds(3, reset_base_station_name, cbs); } @@ -492,7 +492,7 @@ static unsigned short gsm_single_shift_lookup(unsigned char k, struct codepoint key = { k, 0 }; const struct codepoint *table; unsigned int len; - + table = alphabet_lookup[lang].togsm_single_shift; len = alphabet_lookup[lang].togsm_single_shift_len; @@ -508,7 +508,7 @@ static unsigned short unicode_locking_shift_lookup(unsigned short k, table = alphabet_lookup[lang].tounicode_locking_shift; - return codepoint_lookup(&key, table, len); + return codepoint_lookup(&key, table, len); } static unsigned short unicode_single_shift_lookup(unsigned short k, |