projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
log: Allow runtime selection of 'debug' log level
[petitboot]
/
discover
/
grub2
/
env.c
diff --git
a/discover/grub2/env.c
b/discover/grub2/env.c
index c887c7511297c9829dab795c6cc9d84adce3401a..1c8635fbc924427b880ab518ff3e3ba7664dc259 100644
(file)
--- a/
discover/grub2/env.c
+++ b/
discover/grub2/env.c
@@
-84,10
+84,10
@@
int builtin_load_env(struct grub2_script *script,
rc = parser_request_file(script->ctx, dev, envpath, &buf, &len);
- if (!rc)
+ if (!rc)
{
rc = parse_buf_to_env(script, buf, len);
-
- talloc_free(buf);
+ talloc_free(buf);
+ }
return 0;
}