Fix syntax errors (labels with no statement following).
This commit is contained in:
parent
d7c98975c5
commit
a96d3de6b3
@ -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 @@ ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line)
|
||||
bcopy(address, line, width * src->PixelBytes);
|
||||
break;
|
||||
default:
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user