Remove the error message `no text found in paragraph'. Aaron Brown
[sgt/halibut] / input.c
diff --git a/input.c b/input.c
index d8d44f9..1e132b4 100644 (file)
--- a/input.c
+++ b/input.c
@@ -1539,8 +1539,6 @@ static void read_file(paragraph ***ret, input *in, indexdata *idx,
         */
        if (par.words) {
            addpara(par, ret);
-       } else {
-           error(err_emptypara, &par.fpos);
        }
        if (t.type == tok_eof)
            already = TRUE;