summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/regedit_valuelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/regedit_valuelist.c b/source3/utils/regedit_valuelist.c
index 6a02858918..e5c3822b55 100644
--- a/source3/utils/regedit_valuelist.c
+++ b/source3/utils/regedit_valuelist.c
@@ -253,7 +253,7 @@ WERROR value_list_load(struct value_list *vl, struct registry_key *key)
return rv;
}
- vitem->value_desc = talloc_asprintf(vitem, "%-8s",
+ vitem->value_desc = talloc_asprintf(vitem, "%-14s",
str_regtype(vitem->type));
if (vitem->value_desc == NULL) {
talloc_free(vitem);