[Scummvm-cvs-logs] scummvm master -> c9b2c16680faf67bf98cfe5d146f0826a4526c7a

clone2727 clone2727 at gmail.com
Sat Jan 18 03:07:11 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c9b2c16680 VIDEO: Fix a typo in the include guard


Commit: c9b2c16680faf67bf98cfe5d146f0826a4526c7a
    https://github.com/scummvm/scummvm/commit/c9b2c16680faf67bf98cfe5d146f0826a4526c7a
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2014-01-17T18:06:13-08:00

Commit Message:
VIDEO: Fix a typo in the include guard

Changed paths:
    video/codecs/mjpeg.h



diff --git a/video/codecs/mjpeg.h b/video/codecs/mjpeg.h
index 91e2183..16eefa6 100644
--- a/video/codecs/mjpeg.h
+++ b/video/codecs/mjpeg.h
@@ -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"






More information about the Scummvm-git-logs mailing list