1
0
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:
Gunter Knauf 2004-07-04 15:27:08 +00:00
parent bada8cc259
commit efb1fdbec8

View File

@ -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;