aboutsummaryrefslogtreecommitdiff
path: root/text-regex.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-01-13 12:25:09 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-01-13 12:25:09 +0100
commit24bf7a500ecad7091f92cf9063d0b6cbbf678db1 (patch)
tree9a68ce9f0a1f5dfbda1e3310729b01555279d127 /text-regex.h
parent8ab73e6d89429ef733ec388b5ab0aa6d37fb8bef (diff)
downloadvis-24bf7a500ecad7091f92cf9063d0b6cbbf678db1.tar.gz
vis-24bf7a500ecad7091f92cf9063d0b6cbbf678db1.tar.xz
Add -pedantic to debug CFLAGS and fix resulting warnings
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