http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[settings] Add the notion of a "tag magic" to numbered settings
[people/sha0/gpxe.git]
/
src
/
core
/
nvo.c
diff --git
a/src/core/nvo.c
b/src/core/nvo.c
index
1307802
..
e5c07d9
100644
(file)
--- a/
src/core/nvo.c
+++ b/
src/core/nvo.c
@@
-203,7
+203,7
@@
void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs,
nvo->nvs = nvs;
nvo->fragments = fragments;
settings_init ( &nvo->settings, &nvo_settings_operations, refcnt,
- "nvo" );
+ "nvo"
, 0
);
}
/**