Skip to content

Commit 21cdb93

Browse files
committed
fixed parentheses typo
1 parent e311bf4 commit 21cdb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PySpoutGL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ PYBIND11_MODULE(_spoutgl, m) {
185185

186186
py::buffer_info bufferInfo(buffer->request());
187187

188-
if (bufferInfo.size * bufferInfo.itemsize < length)) {
188+
if (bufferInfo.size * bufferInfo.itemsize < length) {
189189
throw pybind11::buffer_error("Buffer not large enough");
190190
}
191191

0 commit comments

Comments
 (0)