]> mj.ucw.cz Git - xsv.git/commitdiff
Dot the sentences
authorMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 16:51:50 +0000 (18:51 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 16:51:50 +0000 (18:51 +0200)
xsv.c

diff --git a/xsv.c b/xsv.c
index 04933129a0253984cd3e57fda234fb0bfa60c69f..b11946c7c1b92aa47d91de00ddfccc453609199a 100644 (file)
--- a/xsv.c
+++ b/xsv.c
@@ -417,7 +417,7 @@ static int regex_read(struct format *fmt)
                        return 1;
                }
                if (ovec[0] == ovec[1]) {
-                       warn(fmt, "Regular expression matched an empty separator");
+                       warn(fmt, "Regular expression matched an empty separator.");
                        new_field(i);
                        in_field->len = n - i;
                        return 1;