aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-02 15:28:01 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-02 15:28:01 +0100
commit9fed7cd780eb4912602f76323a0430a48cfd0834 (patch)
tree5127588e6b06ae868d2bd363c0af95f40aebfa79
parent9c3d9caa7b6fd066c53abf5773a05a83b30d3688 (diff)
Fix wrong header
-rw-r--r--src/peaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 755bc574..c38de8e9 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -428,7 +428,7 @@ void dump_peaks(struct image *image)
{
int i;
- printf("x/px\ty/px\t|q|/nm^-1\tPeak I\n");
+ printf("x/px\ty/px\t|q|/nm^-1\tIntegrated I\n");
for ( i=0; i<image_feature_count(image->features); i++ ) {