X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemaslap.c;h=dc4113502398322b803f3611a6985acc590e3318;hb=398f48445cacf12679248142f0c86d3a0d6caab6;hp=02907945459729a1caf05240741a95b514258731;hpb=fc51e5255fe2e55848823d838c1326dd8d27ccad;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;