diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:03:02 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:03:02 +0000 |
| commit | a96d3de6b30feccd00db6951976febf437460c62 (patch) | |
| tree | 1c22c4437a7a3c0736deecf2c4dcbb3547fa2842 | |
| parent | d7c98975c5a9d887c8c12aaaf082fc331749cdf0 (diff) | |
Notes
| -rw-r--r-- | lib/libvgl/bitmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libvgl/bitmap.c b/lib/libvgl/bitmap.c index f84139d3410a..f42ce451e68d 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: + ; } } |
