summaryrefslogtreecommitdiff
path: root/libavcodec/cga_data.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-17 16:58:04 +0200
committerDiego Biurrun <diego@biurrun.de>2011-05-21 13:48:10 +0200
commit153382e1b6b428a1dcb8dc3f06f64a6959d722c5 (patch)
tree1ff13033a808528d90b44a288dbf9bcc7c19b34e /libavcodec/cga_data.h
parentd49051e0742c09345495ae0486c3601a15222ac4 (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/cga_data.h')
-rw-r--r--libavcodec/cga_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cga_data.h b/libavcodec/cga_data.h
index 60f572f9b6..2149cfd2f1 100644
--- a/libavcodec/cga_data.h
+++ b/libavcodec/cga_data.h
@@ -45,4 +45,4 @@ extern const uint32_t ff_ega_palette[64];
*/
void ff_draw_pc_font(uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg);
-#endif
+#endif /* AVCODEC_CGA_DATA_H */