From: Victor Julien Date: Thu, 4 May 2023 13:01:55 +0000 (+0200) Subject: error: minor header cleanup X-Git-Tag: suricata-7.0.0-rc2~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd7d6e651a30a332bee2480cc9172cd4c800b827;p=thirdparty%2Fsuricata.git error: minor header cleanup --- 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__ */