From af655ec14a08a03ccfdfe42c05fb77e82b9a0b43 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 20 Aug 2003 21:44:34 +0000 Subject: [PATCH] Add the missing \n to one of the printf()s in the patch. --- databases/dbf/files/patch-pending | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/dbf/files/patch-pending b/databases/dbf/files/patch-pending index d11f8b6387c9..33f7e9c43f89 100644 --- a/databases/dbf/files/patch-pending +++ b/databases/dbf/files/patch-pending @@ -686,7 +686,7 @@ Hopefully, their next release will include these hunks. + case SCREEN_OUTPUT: + for (i=1; i < header_length; i++) { + dbf = header[i]; -+ printf("%11.11s: %.*s", dbf->field_name, ++ printf("%11.11s: %.*s\n", dbf->field_name, + dbf->field_length, p); + p += dbf->field_length; }