From 75e2cfc0970e5e6ebc6cc3cc1701b19d2576271c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D1=8C=D0=B5=D0=B2=20?= =?UTF-8?q?=D0=9A=D0=BE=D1=81=D1=82=D1=8F?= Date: Thu, 2 Feb 2023 10:33:46 +0000 Subject: [PATCH] minor repair in stamp_arithm.h --- blobstamper/stamp_arithm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blobstamper/stamp_arithm.h b/blobstamper/stamp_arithm.h index 9d7d99a..03049fb 100644 --- a/blobstamper/stamp_arithm.h +++ b/blobstamper/stamp_arithm.h @@ -16,8 +16,8 @@ * ******************************************************************************/ -#ifndef STAMP_ATOMIC_H -#define STAMP_ATOMIC_H +#ifndef STAMP_ARITHM_H +#define STAMP_ARITHM_H #include #include "helpers.h" @@ -48,4 +48,4 @@ StampArithm::ExtractValue(Blob &blob) } -#endif /* STAMP_ATOMIC_H */ +#endif /* STAMP_ARITHM_H */