aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-29 12:01:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commit04c24d2fda4465f99119ac87e518b7c28d904c1d (patch)
tree80044a4deae37fcca890bed6dd176ef547014513 /src/get_hkl.c
parent5fa2f4965597235b0bc4a47048288a5b619178bc (diff)
get_hkl: Fussiness
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 37af32bb..948b88eb 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -214,7 +214,8 @@ int main(int argc, char *argv[])
};
/* Short options */
- while ((c = getopt_long(argc, argv, "ht:o:i:p:w:y:", longopts, NULL)) != -1) {
+ while ((c = getopt_long(argc, argv, "ht:o:i:p:w:y:",
+ longopts, NULL)) != -1) {
switch (c) {
case 'h' :