Browse Source

Fixed comment style.

Philipp Wiesemann 8 years ago
parent
commit
e5d9b25d8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/SDL_blit_N.c

+ 1 - 1
src/video/SDL_blit_N.c

@@ -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 */