diff options
Diffstat (limited to 'source4/lib/registry/local.c')
-rw-r--r-- | source4/lib/registry/local.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/registry/local.c b/source4/lib/registry/local.c index 1a45c0a70a..a52feaaed5 100644 --- a/source4/lib/registry/local.c +++ b/source4/lib/registry/local.c @@ -49,10 +49,10 @@ struct local_key { }; -struct registry_key *reg_import_hive_key(struct registry_context *ctx, - struct hive_key *hive, - uint32_t predefined_key, - const char **elements) +struct registry_key *reg_import_hive_key(struct registry_context *ctx, + struct hive_key *hive, + uint32_t predefined_key, + const char **elements) { struct local_key *local_key; struct reg_key_path parent_path; |