diff options
author | Thomas White <taw@physics.org> | 2010-02-05 17:46:07 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-05 17:46:07 +0100 |
commit | 3c2e1af0410645b6e8c0e2b7dec8d7d07cfa9d00 (patch) | |
tree | d66e9e0c855d39f7c3c91a917a4b9ac6973a472b /src | |
parent | 658564fb2891e6f19c661d5692ea2519329eaec5 (diff) |
Formatting fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 1c99d84a..0d09ad3f 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -195,7 +195,7 @@ int main(int argc, char *argv[]) const struct option longopts[] = { {"help", 0, NULL, 'h'}, {"input", 1, NULL, 'i'}, - {"output", 1, NULL, 'o'}, + {"output", 1, NULL, 'o'}, {"max-only", 0, &config_maxonly, 1}, {"output-every", 1, NULL, 'e'}, {"no-analyse", 0, &config_noanalyse, 1}, |