Fix i386 compile failure by moving needed closing parenthesis out of

conditional block.

Submitted by:   hiren
Reported by:    cy
This commit is contained in:
Sean Bruno 2017-01-28 15:44:14 +00:00
parent 2e8e6c3a4f
commit 835809f99f

View File

@ -1536,8 +1536,8 @@ iflib_rxsd_alloc(iflib_rxq_t rxq)
goto fail;
}
}
}
#endif
}
return (0);
fail: