Normalize header guard of script_error.h

This commit is contained in:
Pavel Janík 2014-11-20 20:06:08 +01:00 committed by Wladimir J. van der Laan
parent dbf1dc239e
commit 4c83c0e7c8
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -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