aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction-gpu.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-03-10 20:45:30 +0100
committerThomas White <taw@bitwiz.org.uk>2010-03-10 20:45:30 +0100
commitf6934425efe57b35b120dc90681860c4f318183b (patch)
tree7e7553abb5e8919578b9c8ebc1ed75229d0fe5d3 /src/diffraction-gpu.h
parent23838cbb7fc78a020bf5939f652e94d326c6d57e (diff)
Add missing bracket
Diffstat (limited to 'src/diffraction-gpu.h')
-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;
}