Skip to content

Commit 4c83c0e

Browse files
paveljaniklaanwj
authored andcommitted
Normalize header guard of script_error.h
1 parent dbf1dc2 commit 4c83c0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/script/script_error.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Distributed under the MIT software license, see the accompanying
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

6-
#ifndef BITCOIN_SCRIPT_ERROR_H
7-
#define BITCOIN_SCRIPT_ERROR_H
6+
#ifndef BITCOIN_SCRIPT_SCRIPT_ERROR_H
7+
#define BITCOIN_SCRIPT_SCRIPT_ERROR_H
88

99
typedef enum ScriptError_t
1010
{
@@ -54,4 +54,4 @@ typedef enum ScriptError_t
5454

5555
const char* ScriptErrorString(const ScriptError error);
5656

57-
#endif // BITCOIN_SCRIPT_ERROR_H
57+
#endif // BITCOIN_SCRIPT_SCRIPT_ERROR_H

0 commit comments

Comments
 (0)