mrib.c: don't use cpu_to_be32 outside of function
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 14 Dec 2018 17:13:41 +0000 (15:13 -0200)
committerHans Dedecker <dedeckeh@gmail.com>
Sun, 16 Dec 2018 09:36:49 +0000 (10:36 +0100)
commit722151f04348cf1b759613c087bced52fb45790a
tree6baf25342e9eb77cdf37445559cf35b23ce1ce95
parent1fe6f48f8a5067685cbcf6427baf1b3e8b889da1
mrib.c: don't use cpu_to_be32 outside of function

cpu_to_be32 is not a constant, so it can't be used outside of a
function.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
src/mrib.c