correct double semi-colons
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 21 Dec 2018 19:25:02 +0000 (19:25 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 21 Dec 2018 19:25:02 +0000 (19:25 +0000)
From-SVN: r267340

gcc/fortran/expr.c

index f4880a4..7a018ae 100644 (file)
@@ -1975,7 +1975,7 @@ simplify_ref_chain (gfc_ref *ref, int type, gfc_expr **p)
          gfc_replace_expr (*p, newp);
          gfc_free_ref_list ((*p)->ref);
          (*p)->ref = NULL;
-         return true;;
+         return true;
 
        default:
          break;