aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2018-01-05 09:32:14 -0600
committerEric Engestrom2018-01-29 09:41:52 -0600
commit089d45456b618f78d461c6271fbdfb42ce09fc3e (patch)
tree108559c41f97805b230b3d1459655f577d27bda8 /tests/modeprint/modeprint.c
parent6f0f6cee5e9be1dcf816c144e05d26352c85a9e8 (diff)
downloadexternal-libgbm-089d45456b618f78d461c6271fbdfb42ce09fc3e.tar.gz
external-libgbm-089d45456b618f78d461c6271fbdfb42ce09fc3e.tar.xz
external-libgbm-089d45456b618f78d461c6271fbdfb42ce09fc3e.zip
remove unnecessary double-semicolon
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'tests/modeprint/modeprint.c')
-rw-r--r--tests/modeprint/modeprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeprint/modeprint.c b/tests/modeprint/modeprint.c
index 0d854103..c81dd91d 100644
--- a/tests/modeprint/modeprint.c
+++ b/tests/modeprint/modeprint.c
@@ -244,7 +244,7 @@ static int printFrameBuffer(int fd, drmModeResPtr res, drmModeFBPtr fb)
244 printf("\thandle : %i\n", fb->handle); 244 printf("\thandle : %i\n", fb->handle);
245 printf("\twidth : %i\n", fb->width); 245 printf("\twidth : %i\n", fb->width);
246 printf("\theight : %i\n", fb->height); 246 printf("\theight : %i\n", fb->height);
247 printf("\tpitch : %i\n", fb->pitch);; 247 printf("\tpitch : %i\n", fb->pitch);
248 printf("\tbpp : %i\n", fb->bpp); 248 printf("\tbpp : %i\n", fb->bpp);
249 printf("\tdepth : %i\n", fb->depth); 249 printf("\tdepth : %i\n", fb->depth);
250 printf("\tbuffer_id : %i\n", fb->handle); 250 printf("\tbuffer_id : %i\n", fb->handle);