Fixed missing semicolon
This commit is contained in:
@@ -521,7 +521,7 @@ private:
|
|||||||
|
|
||||||
int streamRead() {
|
int streamRead() {
|
||||||
int c = stream.read();
|
int c = stream.read();
|
||||||
DBG((char)c)
|
DBG((char)c);
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user