mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
IMAGE: Fix build with MSVC 2015 (C1004)
Missing newline at end of file.
This commit is contained in:
+1
-1
@@ -116,4 +116,4 @@ bool NeoDecoder::loadStream(Common::SeekableReadStream &stream) {
|
||||
return true;
|
||||
}
|
||||
|
||||
} // End of namespace Image
|
||||
} // End of namespace Image
|
||||
|
||||
+1
-1
@@ -61,4 +61,4 @@ private:
|
||||
};
|
||||
} // End of namespace Image
|
||||
|
||||
#endif // IMAGE_NEO_H
|
||||
#endif // IMAGE_NEO_H
|
||||
|
||||
+1
-1
@@ -62,4 +62,4 @@ private:
|
||||
};
|
||||
} // End of namespace Image
|
||||
|
||||
#endif // IMAGE_SCR_H
|
||||
#endif // IMAGE_SCR_H
|
||||
|
||||
Reference in New Issue
Block a user