Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
minor repair in stamp_arithm.h
  • Loading branch information
Григорьев Костя committed Feb 2, 2023
commit 75e2cfc0970e5e6ebc6cc3cc1701b19d2576271c
6 changes: 3 additions & 3 deletions blobstamper/stamp_arithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*
******************************************************************************/

#ifndef STAMP_ATOMIC_H
#define STAMP_ATOMIC_H
#ifndef STAMP_ARITHM_H
#define STAMP_ARITHM_H

#include <string>
#include "helpers.h"
Expand Down Expand Up @@ -48,4 +48,4 @@ StampArithm<T>::ExtractValue(Blob &blob)
}


#endif /* STAMP_ATOMIC_H */
#endif /* STAMP_ARITHM_H */