mirror of
https://github.com/curl/curl.git
synced 2026-06-16 18:15:37 +03:00
removed abort() - sync'd with getdate.y 1.26
This commit is contained in:
parent
bada8cc259
commit
efb1fdbec8
1 changed files with 1 additions and 1 deletions
|
|
@ -1756,7 +1756,7 @@ ToHour (Hours, Meridian)
|
|||
Hours = 0;
|
||||
return Hours + 12;
|
||||
default:
|
||||
abort ();
|
||||
break; /* used to do abort() here */
|
||||
}
|
||||
/* NOTREACHED - but make gcc happy! */
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue