Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PC/winsound.c
Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
aisk and erlend-aasland authored Apr 9, 2023
commit d16e2cdd02c2a6efc04b5af4aef81e72eb77bc9a
2 changes: 1 addition & 1 deletion PC/winsound.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static struct PyModuleDef winsoundmodule = {
.m_name = "winsound",
.m_doc = sound_module_doc,
.m_methods = sound_methods,
.m_slots = sound_slots
.m_slots = sound_slots,
};

PyMODINIT_FUNC
Expand Down