diff options
author | Thomas White <taw@physics.org> | 2011-09-29 17:29:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:38 +0100 |
commit | 36972a358fb091d4be716fae33237e3711f926ec (patch) | |
tree | 9dfac63234534a82aef5138ec62d3ff91b62045a /src/hrs-scaling.h | |
parent | c61bb4faabafb8fd7d132a431a37057bee1cb109 (diff) |
Fix stack corruption
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r-- | src/hrs-scaling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index a18d3a0b..70157f3f 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -21,7 +21,7 @@ #include "image.h" extern RefList *scale_intensities(struct image *images, int n, - RefList *reference); + RefList *reference, int n_threads); #endif /* HRS_SCALING_H */ |