mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
move exception inline
This commit is contained in:
parent
2ce346445d
commit
137e2e48b3
2 changed files with 1 additions and 2 deletions
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -10,7 +10,6 @@ CNA
|
|||
hel
|
||||
htpt
|
||||
inout
|
||||
nome
|
||||
numer
|
||||
PASE
|
||||
passwor
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ static const struct tzinfo tz[]= {
|
|||
{"HDT", 600 tDAYZONE}, /* Hawaii Daylight */
|
||||
{"CAT", 600}, /* Central Alaska */
|
||||
{"AHST", 600}, /* Alaska-Hawaii Standard */
|
||||
{"NT", 660}, /* Nome */
|
||||
{"NT", 660}, /* Nome */ /* spellchecker:disable-line */
|
||||
{"IDLW", 720}, /* International Date Line West */
|
||||
{"CET", -60}, /* Central European */
|
||||
{"MET", -60}, /* Middle European */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue