diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-10 23:15:59 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-10 23:15:59 +0000 |
commit | ff53a4ee13f67acc0e975533b500662d3efd7389 (patch) | |
tree | b2d5e38442cf0eab03b695a5b85d567d48e47ef9 /progs/xdemos/pbinfo.c | |
parent | 86f1439f82e499f1d8de965510a503404426ad9e (diff) |
tweak output formattting, fixed uninitialized var error
Diffstat (limited to 'progs/xdemos/pbinfo.c')
-rw-r--r-- | progs/xdemos/pbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/pbinfo.c b/progs/xdemos/pbinfo.c index 94c6f5d195..88d93c8da6 100644 --- a/progs/xdemos/pbinfo.c +++ b/progs/xdemos/pbinfo.c @@ -33,7 +33,7 @@ PrintConfigs(Display *dpy, int screen, Bool horizFormat) printf("Number of fbconfigs: %d\n", nConfigs); if (horizFormat) { - printf(" ID VisualType Depth Lvl RGB CI DB Stereo R G B A"); + printf(" ID VisualType Depth Lvl RGB CI DB Stereo R G B A"); printf(" Z S AR AG AB AA MSbufs MSnum Pbuffer Float\n"); } |