summaryrefslogtreecommitdiff
path: root/source3/registry/tests/test_regfio.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/tests/test_regfio.c')
-rw-r--r--source3/registry/tests/test_regfio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/tests/test_regfio.c b/source3/registry/tests/test_regfio.c
index 228ce27d15a..86a217661f3 100644
--- a/source3/registry/tests/test_regfio.c
+++ b/source3/registry/tests/test_regfio.c
@@ -128,7 +128,7 @@ static void test_regfio_open_new_file(void **state)
werr = regval_ctr_init(subkeys, &values);
assert_true(W_ERROR_IS_OK(werr));
- // Write root key
+ /* Write root key */
regfio_write_key(test_ctx->rb, "", values, subkeys, NULL, NULL);
root = regfio_rootkey(test_ctx->rb);