]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Quiets warning 871/head
authornirgal <nirgal@users.noreply.github.com>
Wed, 7 Feb 2018 17:08:36 +0000 (18:08 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 17:08:36 +0000 (18:08 +0100)
gcc using -Wimplicit-fallthrough emits warning because of the typo

src/rrd_parsetime.c

index 4edd2770c0b4b83a32e096f0fac84779843f9315..3a34f454785111311e8c571ad5f67cb19c706832 100644 (file)
@@ -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;