Browse Source

Fix a typo

pull/820/head
Max Lv 8 years ago
parent
commit
3ed19b2d05
1 changed files with 1 additions and 1 deletions
  1. 2
      src/rule.h

2
src/rule.h

@ -36,7 +36,7 @@
#ifdef HAVE_PCRE_H
#include <pcre.h>
#elif HAVE_PCRE_PCRE_H
#include <pcer/pcre.h>
#include <pcre/pcre.h>
#endif
STAILQ_HEAD(rule_head, rule);

Loading…
Cancel
Save