summaryrefslogtreecommitdiff
path: root/source3/registry/reg_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_db.c')
-rw-r--r--source3/registry/reg_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_db.c b/source3/registry/reg_db.c
index 905a21ae00..fba5cdef3f 100644
--- a/source3/registry/reg_db.c
+++ b/source3/registry/reg_db.c
@@ -470,7 +470,7 @@ BOOL regdb_store_keys( const char *key, REGSUBKEY_CTR *ctr )
/* create a record with 0 subkeys */
if ( !regdb_store_keys_internal( path, subkeys ) ) {
DEBUG(0,("regdb_store_keys: Failed to store "
- "new record for key [%s}\n", path ));
+ "new record for key [%s]\n", path ));
goto fail;
}
}