From 2ff2061d3d2f86059f14e8992c1dd200de4d1016 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Mon, 25 Mar 2024 20:28:00 +0100 Subject: [PATCH] coordlist_ops: fix header guard naming --- src/coordlist_ops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coordlist_ops.h b/src/coordlist_ops.h index 0e4132e..d05ef90 100644 --- a/src/coordlist_ops.h +++ b/src/coordlist_ops.h @@ -22,8 +22,8 @@ * */ -#ifndef SMOOTH_H -#define SMOOTH_H +#ifndef COORDLIST_OPS_H +#define COORDLIST_OPS_H #include "main.h"