Skip to content

Commit ebf1447

Browse files
committed
minor whitespace
1 parent d3b4d9c commit ebf1447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL_mixer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ typedef void (SDLCALL *Mix_ChannelFinishedCallback)(int channel);
12701270
extern DECLSPEC void SDLCALL Mix_ChannelFinished(Mix_ChannelFinishedCallback channel_finished);
12711271

12721272

1273-
#define MIX_CHANNEL_POST (-2)
1273+
#define MIX_CHANNEL_POST (-2)
12741274

12751275
/**
12761276
* This is the format of a special effect callback:

0 commit comments

Comments
 (0)