Pārlūkot izejas kodu

include: Fix indentation on SDL_SoftStretch doxygen comment.

Otherwise wikiheaders.pl doesn't think it's valid.
Ryan C. Gordon 3 gadi atpakaļ
vecāks
revīzija
194657a2c6
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 6 6
      include/SDL_surface.h

+ 6 - 6
include/SDL_surface.h

@@ -811,12 +811,12 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
      SDL_Surface * dst, SDL_Rect * dstrect);
 
 
- /**
-  * Perform a fast, low quality, stretch blit between two surfaces of the
-  * same format.
-  *
-  * Please use SDL_BlitScaled() instead.
-  */
+/**
+ * Perform a fast, low quality, stretch blit between two surfaces of the
+ * same format.
+ *
+ * Please use SDL_BlitScaled() instead.
+ */
 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
                                             const SDL_Rect * srcrect,
                                             SDL_Surface * dst,