summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-09 19:34:05 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-09 19:34:05 +0200
commit49558f7ddeb39c08410231b90482abfd01c5d151 (patch)
tree4238f1fcf7d966ee408605725ff570398a2a38ef /src/Panorama.cxx
parentd96a0ddb1d6713d690b691e91e03e7506b09c70c (diff)
parent156f9abea4f1a575324e5b9269d48407241718c3 (diff)
also use visibility in export mode
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index 19bdb18..516b688 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -87,7 +87,7 @@ int
Panorama::set_viewpoint(const char *name) {
Hill *m = get_pos(name);
if (m == NULL) {
- fprintf(stderr, "Could not find exactly one entry for %s.\n");
+ fprintf(stderr, "Could not find exactly one entry for %s.\n", name);
return 1;
}