mirror of
https://github.com/moparisthebest/curl
synced 2025-01-01 00:48:14 -05:00
removed abort() - sync'd with getdate.y 1.26
This commit is contained in:
parent
bada8cc259
commit
efb1fdbec8
@ -1756,7 +1756,7 @@ ToHour (Hours, Meridian)
|
|||||||
Hours = 0;
|
Hours = 0;
|
||||||
return Hours + 12;
|
return Hours + 12;
|
||||||
default:
|
default:
|
||||||
abort ();
|
break; /* used to do abort() here */
|
||||||
}
|
}
|
||||||
/* NOTREACHED - but make gcc happy! */
|
/* NOTREACHED - but make gcc happy! */
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user