Skip to content
GitLab
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
b1a4789e
Commit
b1a4789e
authored
Aug 28, 2011
by
Thomas White
Committed by
Thomas White
Feb 22, 2012
Browse files
Formatting
parent
dcd0a59f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/indexamajig.c
View file @
b1a4789e
...
...
@@ -776,7 +776,8 @@ int main(int argc, char *argv[])
indm
=
NULL
;
indexer_needs_cell
=
0
;
}
else
{
indm
=
build_indexer_list
(
indm_str
,
&
indexer_needs_cell
);
indm
=
build_indexer_list
(
indm_str
,
&
indexer_needs_cell
);
if
(
indm
==
NULL
)
{
ERROR
(
"Invalid indexer list '%s'
\n
"
,
indm_str
);
return
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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