aboutsummaryrefslogtreecommitdiff
path: root/src/Operator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Operator.c')
-rw-r--r--src/Operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Operator.c b/src/Operator.c
index 5c64810..d2540a1 100644
--- a/src/Operator.c
+++ b/src/Operator.c
@@ -460,7 +460,7 @@ int PUGHInterp_InterpGV (cGH *GH,
else
{
/* dereferencing such an address should code crash on most systems */
- type_desc[type].send_buffer = (void *) type_desc[type].vtypesize
+ type_desc[type].send_buffer = (void *) type_desc[type].vtypesize;
}
}