aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-06 17:23:37 +0000
committerThomas White <taw@physics.org>2012-02-22 15:27:42 +0100
commitab0fb84c46c76bca3a3d70983ebadebf631699a0 (patch)
tree9f551a9c481b139f4f11016cd81466111d3b689c /src
parent120cb93c4b323bed4b9f57f22b4e150122647f83 (diff)
Fussiness
Diffstat (limited to 'src')
-rw-r--r--src/powder_plot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/powder_plot.c b/src/powder_plot.c
index d8a3f6d7..8b870dfc 100644
--- a/src/powder_plot.c
+++ b/src/powder_plot.c
@@ -785,8 +785,8 @@ int main(int argc, char *argv[])
{"pdb", 1, NULL, 'p'},
{"symmetry", 1, NULL, 'y'},
{"bins", 1, NULL, 's'},
- {"max", 1, NULL, 1 },
- {"min", 1, NULL, 2 },
+ {"max", 1, NULL, 1 },
+ {"min", 1, NULL, 2 },
{"spacing", 1, NULL, 3 },
{"no-sat-corr", 0, &config_satcorr, 0 },
{"sat-corr", 0, &config_satcorr, 1 },
@@ -1207,7 +1207,7 @@ int main(int argc, char *argv[])
fh = stdout;
}
- /* Print header */
+ /* Print header */
fprintf(fh, "Command line:");
for ( i=0; i<argc; i++ ) {
fprintf(fh, " %s", argv[i]);