summaryrefslogtreecommitdiffstats
path: root/pcitool/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcitool/cli.c')
-rw-r--r--pcitool/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcitool/cli.c b/pcitool/cli.c
index 75249f1..fb9b4e8 100644
--- a/pcitool/cli.c
+++ b/pcitool/cli.c
@@ -348,7 +348,7 @@ void LogError(void *arg, const char *file, int line, pcilib_log_priority_t prio,
if (errno) printf("\nerrno: %i (%s)", errno, strerror(errno));
}
- printf("\n\n");
+ printf("\n");
if (prio == PCILIB_LOG_ERROR) {
printf("Exiting at [%s:%u]\n\n", file, line);