diff options
| -rw-r--r-- | src/Panorama.cxx | 2 | 
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;  	} | 
