Browse Source

Normalize header guard of script_error.h

pull/145/head
Pavel Janík 10 years ago
committed by Wladimir J. van der Laan
parent
commit
4c83c0e7c8
No known key found for this signature in database GPG Key ID: 74810B012346C9A6
  1. 6
      src/script/script_error.h

6
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

Loading…
Cancel
Save