aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r--src/regex/regex_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h
index d1e8296335..0078708324 100644
--- a/src/regex/regex_internal.h
+++ b/src/regex/regex_internal.h
@@ -66,7 +66,7 @@ struct GNUNET_REGEX_Transition
/**
* Label for this transition. This is basically the edge label for the graph.
*/
- char label;
+ char *label;
/**
* State to which this transition leads.