aboutsummaryrefslogtreecommitdiff
path: root/text-regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'text-regex.h')
-rw-r--r--text-regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-regex.h b/text-regex.h
index d304d57..5c85fdd 100644
--- a/text-regex.h
+++ b/text-regex.h
@@ -12,4 +12,4 @@ void text_regex_free(Regex *r);
int text_search_range_forward(Text*, size_t pos, size_t len, Regex *r, size_t nmatch, RegexMatch pmatch[], int eflags);
int text_search_range_backward(Text*, size_t pos, size_t len, Regex *r, size_t nmatch, RegexMatch pmatch[], int eflags);
-#endif \ No newline at end of file
+#endif