This commit is contained in:
Kovid Goyal 2018-01-28 10:18:02 +05:30
parent edf9413356
commit bff9b03935
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -377,6 +377,7 @@ PYWRAP1(set_options) {
}
read_adjust(adjust_line_height);
read_adjust(adjust_column_width);
#undef read_adjust
#undef S
Py_RETURN_NONE;
}