projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee1a7c
)
Missing endl
author
Ryan Flegel
<rflegel@gmail.com>
Thu, 15 May 2008 01:06:44 +0000
(
01:06
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Thu, 15 May 2008 01:06:44 +0000
(
01:06
+0000)
SVN-Revision: 5478
src/object/camera.cpp
patch
|
blob
|
history
diff --git
a/src/object/camera.cpp
b/src/object/camera.cpp
index
b9454ce
..
7cea284
100644
(file)
--- a/
src/object/camera.cpp
+++ b/
src/object/camera.cpp
@@
-266,7
+266,7
@@
Camera::reload_config()
config->load("camera.cfg");
} catch(std::exception &e) {
log_debug << "Couldn't load camera.cfg, using defaults ("
- << e.what() << ")";
+ << e.what() << ")"
<< std::endl
;
}
}