From: Martin Mares Date: Tue, 24 Jul 2012 16:51:50 +0000 (+0200) Subject: Dot the sentences X-Git-Tag: v1.0~10 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c78e6851b1831af56353e8ed306b09c7a6200e0e;p=xsv.git Dot the sentences --- diff --git a/xsv.c b/xsv.c index 0493312..b11946c 100644 --- 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;