--- code/trunk/pcre.h.in 2011/07/31 17:02:18 645 +++ code/trunk/pcre.h.in 2011/08/02 11:00:40 654 @@ -281,7 +281,7 @@ int pattern_position; /* Offset to next item in the pattern */ int next_item_length; /* Length of next item in the pattern */ /* ------------------- Added for Version 2 -------------------------- */ - const unsigned char *mark; /* Pointer to current mark or NULL */ + const unsigned char *mark; /* Pointer to current mark or NULL */ /* ------------------------------------------------------------------ */ } pcre_callout_block;