mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Add missing semicolon
This commit is contained in:
parent
00fbd412d8
commit
ebe382870f
2
external/libdxfrw/intern/dwgutil.cpp
vendored
2
external/libdxfrw/intern/dwgutil.cpp
vendored
@ -498,7 +498,7 @@ void dwgCompressor::copyCompBytes21( duint8 *cbuf, duint8 *dbuf, duint32 l, duin
|
||||
dbuf[dix++] = cbuf[six + i];
|
||||
dbuf[dix] = cbuf[six];
|
||||
|
||||
FALLTHROUGH
|
||||
FALLTHROUGH;
|
||||
|
||||
case 8: //OK
|
||||
for ( int i = 0; i < 8; i++ ) //RLZ 4[0],4[4] or 4[4],4[0]
|
||||
|
4
external/libdxfrw/libdxfrw.cpp
vendored
4
external/libdxfrw/libdxfrw.cpp
vendored
@ -3058,7 +3058,7 @@ bool dxfRW::processPolyline()
|
||||
processVertex( &pl );
|
||||
}
|
||||
|
||||
FALLTHROUGH
|
||||
FALLTHROUGH;
|
||||
}
|
||||
default:
|
||||
pl.parseCode( code, reader );
|
||||
@ -3092,7 +3092,7 @@ bool dxfRW::processVertex( DRW_Polyline *pl )
|
||||
v = new DRW_Vertex(); //another vertex
|
||||
}
|
||||
|
||||
FALLTHROUGH
|
||||
FALLTHROUGH;
|
||||
}
|
||||
default:
|
||||
v->parseCode( code, reader );
|
||||
|
Loading…
x
Reference in New Issue
Block a user