summaryrefslogtreecommitdiffstats
path: root/lib/libvgl
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-05-30 21:03:02 +0000
committerwollman <wollman@FreeBSD.org>2002-05-30 21:03:02 +0000
commitca04af6ca5ba7d2f2c1ff3bd586d970f3922ac4f (patch)
tree1c22c4437a7a3c0736deecf2c4dcbb3547fa2842 /lib/libvgl
parenta50f81e50ad74969c1793362e0db624698fc31d4 (diff)
downloadFreeBSD-src-ca04af6ca5ba7d2f2c1ff3bd586d970f3922ac4f.zip
FreeBSD-src-ca04af6ca5ba7d2f2c1ff3bd586d970f3922ac4f.tar.gz
Fix syntax errors (labels with no statement following).
Diffstat (limited to 'lib/libvgl')
-rw-r--r--lib/libvgl/bitmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c
index f84139d..f42ce45 100644
--- a/lib/libvgl/bitmap.c
+++ b/lib/libvgl/bitmap.c
@@ -170,6 +170,7 @@ WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line)
bcopy(line, address, width * dst->PixelBytes);
break;
default:
+ ;
}
}
@@ -284,6 +285,7 @@ read_planar:
bcopy(address, line, width * src->PixelBytes);
break;
default:
+ ;
}
}
OpenPOWER on IntegriCloud