diff options
Diffstat (limited to 'src/ivybind.c')
-rw-r--r-- | src/ivybind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivybind.c b/src/ivybind.c index 1a9d49a..cd758c6 100644 --- a/src/ivybind.c +++ b/src/ivybind.c @@ -41,7 +41,7 @@ #endif struct _binding { - struct _timer *next; + struct _binding *next; #ifndef USE_PCRE_REGEX regex_t regexp; /* la regexp sous forme machine */ regmatch_t match[MAX_MSG_FIELDS+1]; /* resultat du match */ |