Skip to content

Commit 140fd0f

Browse files
committed
Fix merge oops.
1 parent 3c104a7 commit 140fd0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cec.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ static PyObject * set_stream_path(PyObject * self, PyObject * args) {
502502
Py_DECREF(arg);
503503
return NULL;
504504
}
505-
#endif
506505
} else if(PyUnicode_Check(arg)) {
507506
// Convert from Unicode to ASCII
508507
PyObject* ascii_arg = PyUnicode_AsASCIIString(arg);

0 commit comments

Comments
 (0)