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