blob: b11550f3dff67a557f03832d61a725563ce2095e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Bug: https://bugs.gentoo.org/610560
Upstream commit: https://sourceforge.net/p/crrcsim/code/ci/28ed9ba57011371cab8b637550acc716b973c47d
--- a/src/mod_video/crrc_animation.cpp
+++ b/src/mod_video/crrc_animation.cpp
@@ -84,7 +84,7 @@
else
{
std::cerr << "createAnimation: unknown animation type \'"
- << type << "\'" << std::cerr;
+ << type << "\'" << std::endl;
}
if (anim != NULL)
|