IMAGE: Fix build with MSVC 2015 (C1004)

Missing newline at end of file.
This commit is contained in:
Donovan Watteau
2025-10-05 19:10:09 +02:00
parent 74118c42e5
commit 04e913e40c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -116,4 +116,4 @@ bool NeoDecoder::loadStream(Common::SeekableReadStream &stream) {
return true;
}
} // End of namespace Image
} // End of namespace Image
+1 -1
View File
@@ -61,4 +61,4 @@ private:
};
} // End of namespace Image
#endif // IMAGE_NEO_H
#endif // IMAGE_NEO_H
+1 -1
View File
@@ -62,4 +62,4 @@ private:
};
} // End of namespace Image
#endif // IMAGE_SCR_H
#endif // IMAGE_SCR_H