aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index 11dba4a9..9e7a6dda 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -676,7 +676,7 @@ int main(int argc, char *argv[])
if ( !( (optarg[0] != '\0') && (endptr[0] == '\0') )
|| (errno != 0) )
{
- ERROR("Invalid scale top('%s')\n", optarg);
+ ERROR("Invalid scale top ('%s')\n", optarg);
return 1;
}
if ( scale_top < 0.0 ) {