From 6f1cd9a73ebe5ed838450a19e7a6d9beba0b5485 Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Fri, 23 Feb 2018 09:14:45 +0800 Subject: [PATCH] Fixed typo. --- src/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine.c b/src/engine.c index 52f5b8f9e4..038fc49baa 100644 --- a/src/engine.c +++ b/src/engine.c @@ -5857,7 +5857,7 @@ void engine_struct_restore(struct engine *e, FILE *stream) { e->snapshotUnits = us; #ifdef WITH_MPI - struct repartition *reparttype = (strunct repartition *)malloc(sizeof(struct repartition)); + struct repartition *reparttype = (struct repartition *)malloc(sizeof(struct repartition)); partition_struct_restore(reparttype, stream); e->reparttype = reparttype; #endif -- GitLab