mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
117686d105
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
12 lines
535 B
Diff
12 lines
535 B
Diff
diff -ru crrcsim-0.9.13.old/src/mod_video/crrc_animation.cpp crrcsim-0.9.13/src/mod_video/crrc_animation.cpp
|
|
--- crrcsim-0.9.13.old/src/mod_video/crrc_animation.cpp 2016-04-10 09:57:14.000000000 -0700
|
|
+++ crrcsim-0.9.13/src/mod_video/crrc_animation.cpp 2018-10-30 16:13:09.055770007 -0700
|
|
@@ -84,7 +84,7 @@
|
|
else
|
|
{
|
|
std::cerr << "createAnimation: unknown animation type \'"
|
|
- << type << "\'" << std::cerr;
|
|
+ << type << "\'" << std::endl;
|
|
}
|
|
|
|
if (anim != NULL)
|