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/wma_freqs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wma_freqs.h') diff --git a/libavcodec/wma_freqs.h b/libavcodec/wma_freqs.h index 415c83b6c5..d40ab65b96 100644 --- a/libavcodec/wma_freqs.h +++ b/libavcodec/wma_freqs.h @@ -23,4 +23,4 @@ extern const uint16_t ff_wma_critical_freqs[25]; -#endif /* AVCODEC_WMA_FREQS */ +#endif /* AVCODEC_WMA_FREQS_H */ -- cgit v1.2.3