diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-02-13 17:40:34 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-02-13 17:40:34 +0100 |
commit | f08ec5dd017eecb20b69e664d9b80184969d08d9 (patch) | |
tree | 9390dabf225a1e04e3d7f5c89daa0f1d167fc885 /pci.c | |
parent | 76146a471dc385b371e92418d67506842f7dbe8b (diff) | |
download | ipecamera-f08ec5dd017eecb20b69e664d9b80184969d08d9.tar.gz ipecamera-f08ec5dd017eecb20b69e664d9b80184969d08d9.tar.bz2 ipecamera-f08ec5dd017eecb20b69e664d9b80184969d08d9.tar.xz ipecamera-f08ec5dd017eecb20b69e664d9b80184969d08d9.zip |
Print new line
Diffstat (limited to 'pci.c')
-rw-r--r-- | pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |