mirror of
https://github.com/curl/curl.git
synced 2026-07-27 20:53:18 +03:00
move exception inline 2
This commit is contained in:
parent
137e2e48b3
commit
5f0611d14f
2 changed files with 2 additions and 2 deletions
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -20,5 +20,4 @@ ser
|
|||
strat
|
||||
te
|
||||
ue
|
||||
wast
|
||||
wont
|
||||
|
|
|
|||
|
|
@ -161,7 +161,8 @@ static const struct tzinfo tz[]= {
|
|||
{"FWT", -60}, /* French Winter */
|
||||
{"FST", -60 tDAYZONE}, /* French Summer */
|
||||
{"EET", -120}, /* Eastern Europe, USSR Zone 1 */
|
||||
{"WAST", -420}, /* West Australian Standard */
|
||||
{"WAST", -420}, /* spellchecker:disable-line */
|
||||
/* West Australian Standard */
|
||||
{"WADT", -420 tDAYZONE}, /* West Australian Daylight */
|
||||
{"CCT", -480}, /* China Coast, USSR Zone 7 */
|
||||
{"JST", -540}, /* Japan Standard, USSR Zone 8 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue