Fix typo describing switch for hex format.
[deliverable/binutils-gdb.git] / gas / ehopt.c
index ad6e02812b06eb1085d4ff92772909d66a6f3b72..4f5c9b26f3fe884815b82fc693b506d22a36cdbb 100644 (file)
@@ -370,7 +370,7 @@ check_eh_frame (exp, pnbytes)
        d->state = state_error;
       else
        {
-          int left = (d->aug_size -= *pnbytes);
+         int left = (d->aug_size -= *pnbytes);
          if (left == 0)
            d->state = state_wait_loc4;
          else if (left < 0)
This page took 0.02279 seconds and 4 git commands to generate.