aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 8e757c40..506263b2 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -307,7 +307,7 @@ static void integrate_peak(struct image *image, int xp, int yp,
void search_peaks(struct image *image)
{
int x, y, width, height;
- int16_t *data;
+ float *data;
data = image->data;
width = image->width;