Skip to content

Commit dd7e43e

Browse files
committed
Fix build warning from #error text
1 parent df1ca9e commit dd7e43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Check that required client information is defined
1313
#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)
14-
#error Client version information missing: wasn't defined by bitcoin-config.h nor defined any other way
14+
#error Client version information missing: version is not defined by bitcoin-config.h or in any other way
1515
#endif
1616

1717
/**

0 commit comments

Comments
 (0)