]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Hide an uncoverable line
authorVincent Pit <vince@profvince.com>
Sun, 22 Feb 2009 09:35:30 +0000 (10:35 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 22 Feb 2009 09:35:30 +0000 (10:35 +0100)
Magic.xs

index 35500ef3878005b633c6d625eed53718e3f814d6..25d1d1c05dca695df4b81a2ed1d2fa7e9fb03373 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -914,8 +914,7 @@ STATIC I32 vmg_svt_val(pTHX_ IV action, SV *sv) {
    default:
     continue;
   }
-  if (mg->mg_private < SIG_MIN || mg->mg_private > SIG_MAX)
-   continue;
+  if (mg->mg_private < SIG_MIN || mg->mg_private > SIG_MAX) continue;
   w = SV2MGWIZ(mg->mg_ptr);
   switch (w->uvar) {
    case 0: