From 1c74eedc6a71d86d059dac8521cf413fe0f5d2fb Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Tue, 1 Nov 2016 11:22:14 +0000 Subject: [PATCH] Fix typo stopping compilation --- src/sourceterms/sn_feedback/sn_feedback_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sourceterms/sn_feedback/sn_feedback_struct.h b/src/sourceterms/sn_feedback/sn_feedback_struct.h index 2b4dbe97b0..dd1842a671 100644 --- a/src/sourceterms/sn_feedback/sn_feedback_struct.h +++ b/src/sourceterms/sn_feedback/sn_feedback_struct.h @@ -42,4 +42,4 @@ struct supernova_struct { double x, y, z; enum supernova_status status; }; -#endif SWIFT_SN_FEEDBACK_STRUCT_H +#endif /* SWIFT_SN_FEEDBACK_STRUCT_H */ -- GitLab