Fixed comment style.

Philipp Wiesemann 2017-02-26 21:20:39 +01:00
parent 32ef85b52c
commit e5d9b25d8c
1 changed files with 1 additions and 1 deletions

View File

@ -2473,7 +2473,7 @@ struct blit_table
Uint32 dstR, dstG, dstB;
Uint32 blit_features;
SDL_BlitFunc blitfunc;
Uint32 alpha; // bitwise NO_ALPHA, SET_ALPHA, COPY_ALPHA
Uint32 alpha; /* bitwise NO_ALPHA, SET_ALPHA, COPY_ALPHA */
};
static const struct blit_table normal_blit_1[] = {
/* Default for 8-bit RGB source, never optimized */