From f6934425efe57b35b120dc90681860c4f318183b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 10 Mar 2010 20:45:30 +0100 Subject: Add missing bracket --- src/diffraction-gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3