aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-08-13 16:17:51 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-08-13 16:17:51 +0000
commit08a7d99253dc2bf1291ad9ab212b426a26fbb4a4 (patch)
tree7050019167a00ea8e14180e890920f1262a1d9de /src/regex/regex_internal.h
parent8e2f63c53202198ba8499393041c83bbd93ea6f7 (diff)
downloadgnunet-08a7d99253dc2bf1291ad9ab212b426a26fbb4a4.tar.gz
gnunet-08a7d99253dc2bf1291ad9ab212b426a26fbb4a4.zip
using strings as labels
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.