summaryrefslogtreecommitdiff
path: root/hw/dmx/examples/ev.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-27 17:30:21 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-27 17:30:21 +0000
commit8689f7e348671f65e4b8c425ea4674fa33fc2900 (patch)
tree55e6d0af861c23466263508d6935b05e305c4d9d /hw/dmx/examples/ev.c
parent06a58f2d5363e13069315beac8934cca1aab54db (diff)
parent41aea6194bd29ab34cc166b3fd90eee64299ddf8 (diff)
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into glucose-2
Conflicts: hw/xfree86/Makefile.am hw/xfree86/dri/dri.c hw/xfree86/dri/dristruct.h hw/xgl/glx/xglx.c hw/xgl/xglscreen.c render/picture.c
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);
}
}