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 --- spudec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spudec.h') diff --git a/spudec.h b/spudec.h index f2d15b8dbd..5cdbec57d9 100644 --- a/spudec.h +++ b/spudec.h @@ -19,5 +19,5 @@ void spudec_set_hw_spu(void *this, const vo_functions_t *hw_spu); int spudec_changed(void *this); void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int* bbox); void spudec_set_forced_subs_only(void * const this, const unsigned int flag); -#endif +#endif /* MPLAYER_SPUDEC_H */ -- cgit v1.2.3