diff options
author | Diego Biurrun | 2011-05-17 16:58:04 +0200 |
---|---|---|
committer | Diego Biurrun | 2011-05-21 13:48:10 +0200 |
commit | 153382e1b6b428a1dcb8dc3f06f64a6959d722c5 (patch) | |
tree | 1ff13033a808528d90b44a288dbf9bcc7c19b34e /libavcodec/amrwbdata.h | |
parent | d49051e0742c09345495ae0486c3601a15222ac4 (diff) |
multiple inclusion guard cleanup
Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
Diffstat (limited to 'libavcodec/amrwbdata.h')
-rw-r--r-- | libavcodec/amrwbdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/amrwbdata.h b/libavcodec/amrwbdata.h index f4db99e208..5421c23afb 100644 --- a/libavcodec/amrwbdata.h +++ b/libavcodec/amrwbdata.h @@ -1887,4 +1887,4 @@ static const uint16_t cf_sizes_wb[] = { 40 /// SID/comfort noise frame }; -#endif +#endif /* AVCODEC_AMRWBDATA_H */ |