From f00f6d538dcbaa122eb5e2784f41f4a299296b7b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 10 Sep 2015 20:26:09 +0200 Subject: lavc: Sanitize header inclusion guards Fix typos, add missing comments, and remove stray lines. Signed-off-by: Vittorio Giovara --- libavcodec/dct32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dct32.h') diff --git a/libavcodec/dct32.h b/libavcodec/dct32.h index 110338d25c..8bf6880155 100644 --- a/libavcodec/dct32.h +++ b/libavcodec/dct32.h @@ -22,4 +22,4 @@ void ff_dct32_float(float *dst, const float *src); void ff_dct32_fixed(int *dst, const int *src); -#endif +#endif /* AVCODEC_DCT32_H */ -- cgit v1.2.3