Normalize header guard of script_error.h
This commit is contained in:
parent
dbf1dc239e
commit
4c83c0e7c8
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#ifndef BITCOIN_SCRIPT_ERROR_H
|
||||
#define BITCOIN_SCRIPT_ERROR_H
|
||||
#ifndef BITCOIN_SCRIPT_SCRIPT_ERROR_H
|
||||
#define BITCOIN_SCRIPT_SCRIPT_ERROR_H
|
||||
|
||||
typedef enum ScriptError_t
|
||||
{
|
||||
|
@ -54,4 +54,4 @@ typedef enum ScriptError_t
|
|||
|
||||
const char* ScriptErrorString(const ScriptError error);
|
||||
|
||||
#endif // BITCOIN_SCRIPT_ERROR_H
|
||||
#endif // BITCOIN_SCRIPT_SCRIPT_ERROR_H
|
||||
|
|
Loading…
Reference in a new issue