]> git.ipfire.org Git - people/ms/u-boot.git/commit - env/attr.c
env: correct sign for error code
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Mon, 8 May 2017 17:30:58 +0000 (19:30 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:16 +0000 (08:37 -0400)
commit9b57e252ffb85b175b0818bf01fb20086d788f5d
tree7999c644ccf445590cb0cc69207eeaa63b906825
parent878d8856205d7cc73331ee3ef571a7bc1a619693
env: correct sign for error code

Error codes should be negative.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/env_attr.c