From fba0b66ff9164bb0e386e47e6051d4ab29997fb5 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 31 Dec 2007 16:15:50 +0000 Subject: Add explanatory comments to the #endif part of multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/aspect.h | 3 +-- libvo/fastmemcpy.h | 2 +- libvo/gl_common.h | 2 +- libvo/gtf.h | 2 +- libvo/osd.h | 3 +-- libvo/sub.h | 3 ++- libvo/vesa_lvo.h | 2 +- libvo/video_out.h | 4 ++-- libvo/vosub_vidix.h | 2 +- libvo/wskeys.h | 3 +-- libvo/x11_common.h | 3 +-- 11 files changed, 13 insertions(+), 16 deletions(-) (limited to 'libvo') diff --git a/libvo/aspect.h b/libvo/aspect.h index de0a182397..9c4157cb38 100644 --- a/libvo/aspect.h +++ b/libvo/aspect.h @@ -20,5 +20,4 @@ void aspect_save_screenres(int scrw, int scrh); void aspect(int *srcw, int *srch, int zoom); -#endif - +#endif /* ASPECT_H */ diff --git a/libvo/fastmemcpy.h b/libvo/fastmemcpy.h index a379a6f4bc..e09deb4f5b 100644 --- a/libvo/fastmemcpy.h +++ b/libvo/fastmemcpy.h @@ -105,4 +105,4 @@ static inline void * memcpy_pic2(void * dst, const void * src, return retval; } -#endif +#endif /* FASTMEMCPY_H */ diff --git a/libvo/gl_common.h b/libvo/gl_common.h index 1d5ab8dede..a2e7467193 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -328,4 +328,4 @@ extern int (APIENTRY *SwapInterval)(int); extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -#endif +#endif /* GL_COMMON_H */ diff --git a/libvo/gtf.h b/libvo/gtf.h index aa51dc97a0..d898462735 100644 --- a/libvo/gtf.h +++ b/libvo/gtf.h @@ -45,4 +45,4 @@ typedef struct { void GTF_calcTimings(double X,double Y,double freq, int type, int want_margins, int want_interlace,struct VesaCRTCInfoBlock *result); -#endif +#endif /* GTF_H */ diff --git a/libvo/osd.h b/libvo/osd.h index d1a744ad3b..c376d8d49c 100644 --- a/libvo/osd.h +++ b/libvo/osd.h @@ -15,5 +15,4 @@ extern void vo_draw_alpha_rgb32(int w,int h, unsigned char* src, unsigned char * extern void vo_draw_alpha_rgb15(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride); extern void vo_draw_alpha_rgb16(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride); -#endif - +#endif /* MPLAYER_OSD_H */ diff --git a/libvo/sub.h b/libvo/sub.h index fcfdd71a88..0ca3b5a46b 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -139,4 +139,5 @@ void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey); #endif #endif -#endif + +#endif /* MPLAYER_SUB_H */ diff --git a/libvo/vesa_lvo.h b/libvo/vesa_lvo.h index 81cab0366f..4a4550c417 100644 --- a/libvo/vesa_lvo.h +++ b/libvo/vesa_lvo.h @@ -24,4 +24,4 @@ uint32_t vlvo_draw_frame(uint8_t *src[]); void vlvo_flip_page(void); void vlvo_draw_osd(void); -#endif +#endif /* VESA_LVO_H */ diff --git a/libvo/video_out.h b/libvo/video_out.h index 443654692c..db9a84c495 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -254,5 +254,5 @@ extern char *monitor_vfreq_str; extern char *monitor_dotclock_str; #endif - -#endif + +#endif /* VIDEO_OUT_H */ diff --git a/libvo/vosub_vidix.h b/libvo/vosub_vidix.h index 71116cf263..acd0bc45a6 100644 --- a/libvo/vosub_vidix.h +++ b/libvo/vosub_vidix.h @@ -35,4 +35,4 @@ int vidix_grkey_support(void); int vidix_grkey_get(vidix_grkey_t *gr_key); int vidix_grkey_set(const vidix_grkey_t *gr_key); -#endif +#endif /* VOSUB_VIDIX_H */ diff --git a/libvo/wskeys.h b/libvo/wskeys.h index 65dd06541d..194ce10f0d 100644 --- a/libvo/wskeys.h +++ b/libvo/wskeys.h @@ -152,5 +152,4 @@ #define wsGrayInsert 0x9e + 256 #define wsGrayDelete 0x9f + 256 -#endif - +#endif /* WSKEYS_H */ diff --git a/libvo/x11_common.h b/libvo/x11_common.h index c646e0309e..73fed1f3a6 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -125,5 +125,4 @@ void update_xinerama_info(void); int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return); -#endif - +#endif /* X11_COMMON_H */ -- cgit v1.2.3