summaryrefslogtreecommitdiff
path: root/examples/c/ex_encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/ex_encrypt.c')
-rw-r--r--examples/c/ex_encrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_encrypt.c b/examples/c/ex_encrypt.c
index 5d5cc66c87f..00dc66fc24d 100644
--- a/examples/c/ex_encrypt.c
+++ b/examples/c/ex_encrypt.c
@@ -501,7 +501,7 @@ main(void)
ret = session->open_cursor(session, "table:crypto2", NULL, NULL, &c2);
ret = session->open_cursor(session, "table:nocrypto", NULL, NULL, &nc);
- /*
+ /*
* Insert a set of keys and values. Insert the same data into
* all tables so that we can verify they're all the same after
* we decrypt on read.