From: nirgal Date: Wed, 7 Feb 2018 17:08:36 +0000 (+0100) Subject: Quiets warning X-Git-Tag: v1.7.1~66^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F871%2Fhead;p=thirdparty%2Frrdtool-1.x.git Quiets warning gcc using -Wimplicit-fallthrough emits warning because of the typo --- diff --git a/src/rrd_parsetime.c b/src/rrd_parsetime.c index 4edd2770..3a34f454 100644 --- a/src/rrd_parsetime.c +++ b/src/rrd_parsetime.c @@ -691,7 +691,7 @@ static char *day( case YESTERDAY: ptv->tm. tm_mday--; - /* FALLTRHU */ + /* FALLTHRU */ case TODAY: /* force ourselves to stay in today - no further processing */ token(); break;