X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=autovivification.xs;h=828ea9a91c2389d0acf6ce8f191dbc45be4a1677;hb=ce247d151d138e7380529c7cf437ebb463c86521;hp=9884389bd99370dd398e8a812bfd88e6172d4bcf;hpb=aae04e46de5be0dc7e9abfc02035b6bb09aea6a7;p=perl%2Fmodules%2Fautovivification.git diff --git a/autovivification.xs b/autovivification.xs index 9884389..828ea9a 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -1178,7 +1178,7 @@ do_HV_helem: break; case A_HINT_STORE: sv = a_do_pp_hfetch_lv(sv, key); - break; + break; case A_HINT_EXISTS: sv = a_do_pp_hexists(sv, key); break;