diff options
author | Pavel JanÃk <Pavel@Janik.cz> | 2014-11-20 20:06:08 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-05 12:01:13 +0100 |
commit | 4c83c0e7c8c9ecbcf69c882e2d68a306b726e67b (patch) | |
tree | 7f74ec316969b02562e1b717aab2bb5b49c62a62 /src | |
parent | dbf1dc239ed88503299a6e89efaa7f82de8986c2 (diff) |
Normalize header guard of script_error.h
Diffstat (limited to 'src')
-rw-r--r-- | src/script/script_error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/script_error.h b/src/script/script_error.h index ac1f2deae5..091524f35c 100644 --- a/src/script/script_error.h +++ b/src/script/script_error.h @@ -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 |