aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-11 17:47:18 +0100
committerThomas White <taw@physics.org>2010-03-11 17:47:18 +0100
commit589618b385568caa5ab862ce129261676a854422 (patch)
tree314a52ad61bc0925f130d98752ef7709ee62e972
parent5f9185acec99456eb0673c9edb97cc8ae82de7ac (diff)
parentf6934425efe57b35b120dc90681860c4f318183b (diff)
Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfel
-rw-r--r--src/diffraction-gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction-gpu.h b/src/diffraction-gpu.h
index a8bd5cfb..f3bed8bf 100644
--- a/src/diffraction-gpu.h
+++ b/src/diffraction-gpu.h
@@ -39,7 +39,7 @@ static void get_diffraction_gpu(struct gpu_context *gctx, struct image *image,
}
static struct gpu_context *setup_gpu(int no_sfac, struct image *image,
- struct molecule *molecule
+ struct molecule *molecule)
{
return NULL;
}