aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-simulation-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c
index 48efd1892..b36638f9d 100644
--- a/src/regex/gnunet-regex-simulation-profiler.c
+++ b/src/regex/gnunet-regex-simulation-profiler.c
@@ -423,7 +423,7 @@ regex_iterator (void *cls,
423 struct GNUNET_MY_QueryParam params_stmt[] = { 423 struct GNUNET_MY_QueryParam params_stmt[] = {
424 GNUNET_MY_query_param_auto_from_type (key), 424 GNUNET_MY_query_param_auto_from_type (key),
425 GNUNET_MY_query_param_string (""), 425 GNUNET_MY_query_param_string (""),
426 GNUNET_MY_query_param_auto_from_type (""), 426 GNUNET_MY_query_param_auto_from_type (NULL),
427 GNUNET_MY_query_param_uint32 (&iaccepting), 427 GNUNET_MY_query_param_uint32 (&iaccepting),
428 GNUNET_MY_query_param_end 428 GNUNET_MY_query_param_end
429 }; 429 };