aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_iterate_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_iterate_api.c')
-rw-r--r--src/regex/test_regex_iterate_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_iterate_api.c b/src/regex/test_regex_iterate_api.c
index e7052f5ee..9f4f2280e 100644
--- a/src/regex/test_regex_iterate_api.c
+++ b/src/regex/test_regex_iterate_api.c
@@ -32,7 +32,7 @@ key_iterator (void *cls, const struct GNUNET_HashCode *key, const char *proof,
32 int accepting, unsigned int num_edges, 32 int accepting, unsigned int num_edges,
33 const struct GNUNET_REGEX_Edge *edges) 33 const struct GNUNET_REGEX_Edge *edges)
34{ 34{
35 int i; 35 unsigned int i;
36 36
37 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Iterating... (accepting: %i)\n", 37 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Iterating... (accepting: %i)\n",
38 accepting); 38 accepting);