summaryrefslogtreecommitdiff
path: root/hw/dmx/examples/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/examples/ev.c')
-rw-r--r--hw/dmx/examples/ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/examples/ev.c b/hw/dmx/examples/ev.c
index 10912266d..ba45c2b25 100644
--- a/hw/dmx/examples/ev.c
+++ b/hw/dmx/examples/ev.c
@@ -174,7 +174,7 @@ int main(int argc, char **argv)
}
printf("\n");
}
- printf("rc = %d, errno = %d (%s)\n", rc, errno, strerror(errno));
+ printf("rc = %d, (%s)\n", rc, strerror(errno));
close(fd);
}
}