aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 53379243..63c24912 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -774,7 +774,7 @@ int main(int argc, char *argv[])
}
if ( config_evenonly && config_oddonly ) {
- ERROR("Don't specify both --even-only and --odd-only\n")
+ ERROR("Don't specify both --even-only and --odd-only\n");
return 1;
}