Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
21885b2a
Commit
21885b2a
authored
Oct 01, 2012
by
Thomas White
Browse files
render_hkl: Typo in error message
parent
46677eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/render_hkl.c
View file @
21885b2a
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment