diff options
| author | John Newbery <[email protected]> | 2017-04-07 14:37:25 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-04-07 14:37:25 -0400 |
| commit | dd7e43e438da91a06620e5bc6855e6e16f75e1d5 (patch) | |
| tree | 0980161b73117b9634f8251cd095b61c7b608ffc /src/clientversion.h | |
| parent | Merge #10159: [tests] color test results and sort alphabetically (diff) | |
| download | discoin-dd7e43e438da91a06620e5bc6855e6e16f75e1d5.tar.xz discoin-dd7e43e438da91a06620e5bc6855e6e16f75e1d5.zip | |
Fix build warning from #error text
Diffstat (limited to 'src/clientversion.h')
| -rw-r--r-- | src/clientversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index 8fde6daca..3d5392619 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -11,7 +11,7 @@ // Check that required client information is defined #if !defined(CLIENT_VERSION_MAJOR) || !defined(CLIENT_VERSION_MINOR) || !defined(CLIENT_VERSION_REVISION) || !defined(CLIENT_VERSION_BUILD) || !defined(CLIENT_VERSION_IS_RELEASE) || !defined(COPYRIGHT_YEAR) -#error Client version information missing: wasn't defined by bitcoin-config.h nor defined any other way +#error Client version information missing: version is not defined by bitcoin-config.h or in any other way #endif /** |