aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/getdate.c.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.c.cvs b/lib/getdate.c.cvs
index 1e7d97727..d08bf4fc4 100644
--- a/lib/getdate.c.cvs
+++ b/lib/getdate.c.cvs
@@ -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;