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 d1e829633..007870832 100644
--- a/src/regex/regex_internal.h
+++ b/src/regex/regex_internal.h
@@ -66,7 +66,7 @@ struct GNUNET_REGEX_Transition
66 /** 66 /**
67 * Label for this transition. This is basically the edge label for the graph. 67 * Label for this transition. This is basically the edge label for the graph.
68 */ 68 */
69 char label; 69 char *label;
70 70
71 /** 71 /**
72 * State to which this transition leads. 72 * State to which this transition leads.