aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-13 15:14:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-13 15:14:53 +0000
commitc51afc320b2242cfd91d59905b483492061f6a56 (patch)
tree5eb077a974cdab3802a008edd585984af46d76d6 /src/regex/regex_internal.h
parentc5a423356e33237ab0216b25d2aabb342a1eee15 (diff)
downloadgnunet-c51afc320b2242cfd91d59905b483492061f6a56.tar.gz
gnunet-c51afc320b2242cfd91d59905b483492061f6a56.zip
-stuff
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 493f01729..c25b938c3 100644
--- a/src/regex/regex_internal.h
+++ b/src/regex/regex_internal.h
@@ -45,7 +45,7 @@ extern "C"
45/** 45/**
46 * Transition between two states. Transitions are stored at the states from 46 * Transition between two states. Transitions are stored at the states from
47 * which they origin ('from_state'). Each state can have 0-n transitions. 47 * which they origin ('from_state'). Each state can have 0-n transitions.
48 * If label is 0, this is considered to be an epsilon transition. 48 * If label is NULL, this is considered to be an epsilon transition.
49 */ 49 */
50struct GNUNET_REGEX_Transition 50struct GNUNET_REGEX_Transition
51{ 51{