VIDEO: Fix a typo in the include guard

This commit is contained in:
Matthew Hoops 2014-01-17 21:06:13 -05:00
parent d73df0d28c
commit c9b2c16680

View File

@ -21,7 +21,7 @@
*/
#ifndef VIDEO_CODECS_MJPEG_H
#define VIDEO_CODECS_JPEG_H
#define VIDEO_CODECS_MJPEG_H
#include "video/codecs/codec.h"
#include "graphics/pixelformat.h"