From 36a28b6f50ebaf8aa85d2a6a7b6388b842369da3 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Sep 2007 16:17:13 +0000 Subject: cosmetics: Add comments to some #endif preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24422 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/wine/avifmt.h | 2 +- loader/wine/elfdll.h | 2 +- loader/wine/ntdef.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'loader/wine') diff --git a/loader/wine/avifmt.h b/loader/wine/avifmt.h index 09cf620214..1cea33bc94 100644 --- a/loader/wine/avifmt.h +++ b/loader/wine/avifmt.h @@ -241,4 +241,4 @@ typedef struct ** Used in video streams. */ #endif /* NOAVIFMT */ -#endif +#endif /* AVIFMT */ diff --git a/loader/wine/elfdll.h b/loader/wine/elfdll.h index 1f356856ff..6ae493d2ef 100644 --- a/loader/wine/elfdll.h +++ b/loader/wine/elfdll.h @@ -11,4 +11,4 @@ void ELFDLL_UnloadLibrary(WINE_MODREF *wm); void *ELFDLL_dlopen(const char *libname, int flags); extern char *extra_ld_library_path; -#endif +#endif /* __WINE_ELFDLL_H */ diff --git a/loader/wine/ntdef.h b/loader/wine/ntdef.h index edf0af86c1..c87630ff09 100644 --- a/loader/wine/ntdef.h +++ b/loader/wine/ntdef.h @@ -98,4 +98,4 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES; #include "poppack.h" -#endif +#endif /* __WINE_NTDEF_H */ -- cgit v1.2.3