diff options
author | Thomas White <taw@physics.org> | 2014-12-09 16:50:20 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-09 16:50:20 +0100 |
commit | cac88930afea54def29751416e1ce3ec795072b3 (patch) | |
tree | 209f728478256bd9e1ce4c6a0f0ee7d547a3f562 /src/compare_hkl.c | |
parent | 0f33cc673d2dc112fc0d146877a8a5cfaafbf33d (diff) |
Capitalise all warnings
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index a35e4f3b..fc00c7d1 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -718,7 +718,7 @@ static void do_fom(RefList *list1, RefList *list2, UnitCell *cell, cts[bin]++; } if ( n_out) { - ERROR("Warning: %i reflection pairs outside range.\n", n_out); + ERROR("WARNING: %i reflection pairs outside range.\n", n_out); } switch ( fom ) { |