gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / sdl-pango-header-guard.patch
1 --- a/src/SDL_Pango.h
2 +++ b/src/SDL_Pango.h
3 @@ -171,7 +171,7 @@
4 SDLPango_Direction direction);
5
6
7 -#ifdef __FT2_BUILD_UNIX_H__
8 +#ifdef FT2BUILD_H_
9
10 extern DECLSPEC void SDLCALL SDLPango_CopyFTBitmapToSurface(
11 const FT_Bitmap *bitmap,
12 @@ -179,7 +179,7 @@
13 const SDLPango_Matrix *matrix,
14 SDL_Rect *rect);
15
16 -#endif /* __FT2_BUILD_UNIX_H__ */
17 +#endif
18
19
20 #ifdef __PANGO_H__