From f08ec5dd017eecb20b69e664d9b80184969d08d9 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@dside.dyndns.org>
Date: Sun, 13 Feb 2011 17:40:34 +0100
Subject: Print new line

---
 pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pci.c b/pci.c
index cf03c9c..a466944 100644
--- a/pci.c
+++ b/pci.c
@@ -461,7 +461,7 @@ int WriteData(int handle, int bar, unsigned long addr, int n, int access, char *
     Read(check, handle, bar, addr, size);
     
     if (memcmp(buf, check, size)) {
-	printf("Write failed: the data written and read differ, the foolowing is read back:");
+	printf("Write failed: the data written and read differ, the foolowing is read back:\n");
 	ReadData(handle, bar, addr, n, access);
 	exit(-1);
     }
-- 
cgit v1.2.3