From cd7d6e651a30a332bee2480cc9172cd4c800b827 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 4 May 2023 15:01:55 +0200 Subject: [PATCH] error: minor header cleanup --- src/util-error.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/util-error.h b/src/util-error.h index d02925f9cc..585e18f364 100644 --- a/src/util-error.h +++ b/src/util-error.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2021 Open Information Security Foundation +/* Copyright (C) 2007-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free @@ -17,12 +17,10 @@ /** * \file - * - * \author Anoop Saldanha */ -#ifndef __ERROR_H__ -#define __ERROR_H__ +#ifndef __UTIL_ERROR_H__ +#define __UTIL_ERROR_H__ /* different error types */ typedef enum { @@ -40,4 +38,4 @@ const char *SCErrorToString(SCError); extern thread_local SCError sc_errno; -#endif /* __ERROR_H__ */ +#endif /* __UTIL_ERROR_H__ */ -- 2.47.2