X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemaslap.c;h=dc4113502398322b803f3611a6985acc590e3318;hb=1be11f8bb8fdf368985d9e1c900b250541dc4791;hp=02907945459729a1caf05240741a95b514258731;hpb=91ea3455ccf0cebaecbb2c0ee4ead073b6d86354;p=awesomized%2Flibmemcached diff --git a/clients/memaslap.c b/clients/memaslap.c index 02907945..dc411350 100644 --- a/clients/memaslap.c +++ b/clients/memaslap.c @@ -349,15 +349,15 @@ static int64_t ms_parse_time() case 'd': case 'D': ret*= 24; - + /* fall through */ case 'h': case 'H': ret*= 60; - + /* fall through */ case 'm': case 'M': ret*= 60; - + /* fall through */ case 's': case 'S': break;