summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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