mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Normalize header guard of script_error.h
This commit is contained in:
parent
dbf1dc239e
commit
4c83c0e7c8
@ -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 New Issue
Block a user