Skip to content

Commit 9264c63

Browse files
kostyafipГригорьев Костя
authored andcommitted
fix macro names in stamp_arithm.h
Co-authored-by: Григорьев Костя <[email protected]>
1 parent 53cc471 commit 9264c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blobstamper/stamp_arithm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*
1717
******************************************************************************/
1818

19-
#ifndef STAMP_ATOMIC_H
20-
#define STAMP_ATOMIC_H
19+
#ifndef STAMP_ARITHM_H
20+
#define STAMP_ARITHM_H
2121

2222
#include <string>
2323
#include "helpers.h"
@@ -48,4 +48,4 @@ StampArithm<T>::ExtractValue(Blob &blob)
4848
}
4949

5050

51-
#endif /* STAMP_ATOMIC_H */
51+
#endif /* STAMP_ARITHM_H */

0 commit comments

Comments
 (0)