Skip to content

Commit

Permalink
Fixed comment style.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Feb 26, 2017
1 parent 32ef85b commit e5d9b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_blit_N.c
Expand Up @@ -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 */
Expand Down

0 comments on commit e5d9b25

Please sign in to comment.