aboutsummaryrefslogtreecommitdiff
path: root/src/script/script_error.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2014-11-20 20:06:08 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-05 12:01:13 +0100
commit4c83c0e7c8c9ecbcf69c882e2d68a306b726e67b (patch)
tree7f74ec316969b02562e1b717aab2bb5b49c62a62 /src/script/script_error.h
parentdbf1dc239ed88503299a6e89efaa7f82de8986c2 (diff)
downloadbitcoin-4c83c0e7c8c9ecbcf69c882e2d68a306b726e67b.tar.xz
Normalize header guard of script_error.h
Diffstat (limited to 'src/script/script_error.h')
-rw-r--r--src/script/script_error.h6
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