mirror of https://github.com/google/pebble
spelling: find
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
583bd2a005
commit
c4b4244b2d
|
@ -246,7 +246,7 @@ static TimezoneInfo prv_get_timezone_info_from_data(TimezoneCBData *tz_data) {
|
||||||
return tz_info;
|
return tz_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Else, we couldn't find find the specified timezone.
|
// Else, we couldn't find the specified timezone.
|
||||||
#ifndef RECOVERY_FW
|
#ifndef RECOVERY_FW
|
||||||
TimezoneInfo tz_info = {
|
TimezoneInfo tz_info = {
|
||||||
.dst_id = 0,
|
.dst_id = 0,
|
||||||
|
|
Loading…
Reference in New Issue