aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-22 17:00:01 +0100
committerThomas White <taw@physics.org>2010-01-22 17:00:01 +0100
commit271e86a0739ab4cc4085fdf245999690a87cd541 (patch)
tree2055dab1d24df981cf3e67f39131299705894e6b
parent8d1e6a113003b5446b7c27885535978ea85494b6 (diff)
Fussiness
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index 17756bb8..b3c0b7e7 100644
--- a/src/index.c
+++ b/src/index.c
@@ -31,7 +31,7 @@
/* x,y in pixels relative to central beam */
int map_position(struct image *image, double x, double y,
- double *rx, double *ry, double *rz)
+ double *rx, double *ry, double *rz)
{
/* "Input" space */
double d;