diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/peaks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c index b469d45a..755bc574 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -245,7 +245,6 @@ static void cull_peaks(struct image *image) if ( g == NULL ) continue; if ( f->x == g->x ) ncol++; - } /* More than three? */ |