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 --- libaf/dsp.h | 2 +- libaf/filter.h | 2 +- libaf/window.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libaf') diff --git a/libaf/dsp.h b/libaf/dsp.h index f476ff3d2d..2acf8dac0d 100644 --- a/libaf/dsp.h +++ b/libaf/dsp.h @@ -19,4 +19,4 @@ #include #include -#endif +#endif /* DSP_H */ diff --git a/libaf/filter.h b/libaf/filter.h index ad5798a94a..92ff229910 100644 --- a/libaf/filter.h +++ b/libaf/filter.h @@ -66,4 +66,4 @@ extern int af_filter_szxform(_ftype_t* a, _ftype_t* b, _ftype_t Q, _ftype_t fc, xq[xi]=(xq)[(xi)+(n)]=*(in);\ xi=(++(xi))&((n)-1); -#endif +#endif /* FILTER_H */ diff --git a/libaf/window.h b/libaf/window.h index 03a0dccab7..6e18414ba3 100644 --- a/libaf/window.h +++ b/libaf/window.h @@ -30,4 +30,4 @@ extern void af_window_blackman(int n,_ftype_t* w); extern void af_window_flattop(int n,_ftype_t* w); extern void af_window_kaiser(int n, _ftype_t* w,_ftype_t b); -#endif +#endif /* WINDOW_H */ -- cgit v1.2.3