Skip to content

Commit

Permalink
tab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avivbrg committed Mar 13, 2024
1 parent a512381 commit 63c8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/win32comext/mapi/src/PyIMsgStore.i
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ PyObject *PyIMsgStore::StoreLogoff(PyObject *self, PyObject *args)
_result = (HRESULT )_swig_self->StoreLogoff(&flags);
Py_END_ALLOW_THREADS
if (FAILED(_result)) {
return OleSetOleError(_result);
return OleSetOleError(_result);
}

return PyLong_FromLong(flags);
Expand Down

0 comments on commit 63c8012

Please sign in to comment.