aboutsummaryrefslogtreecommitdiff
path: root/common/env_attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env_attr.c')
-rw-r--r--common/env_attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_attr.c b/common/env_attr.c
index 5bfe5e3..3862190 100644
--- a/common/env_attr.c
+++ b/common/env_attr.c
@@ -153,7 +153,7 @@ static int regex_callback(const char *name, const char *attributes, void *priv)
}
} else {
printf("Error compiling regex: %s\n", slre.err_str);
- retval = EINVAL;
+ retval = -EINVAL;
}
done:
return retval;