Skip to content

Commit e6704ea

Browse files
authored
fix spacing
1 parent 58c24a6 commit e6704ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_c/mixer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ mixer_quit(PyObject *self, PyObject *_null)
516516
Py_BEGIN_ALLOW_THREADS;
517517
Mix_HaltMusic();
518518
Py_END_ALLOW_THREADS;
519-
Mix_ChannelFinished(NULL);
519+
Mix_ChannelFinished(NULL);
520520

521521
if (channeldata) {
522522
for (i = 0; i < numchanneldata; ++i) {

0 commit comments

Comments
 (0)