From 957386c101d71e86ae41d6fd539ac1dc738d616a Mon Sep 17 00:00:00 2001 From: clemahieu Date: Tue, 19 Dec 2017 11:37:41 -0600 Subject: [PATCH] Semicolon. --- rai/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/interface.h b/rai/interface.h index cd8d68c9..3c04cc8f 100644 --- a/rai/interface.h +++ b/rai/interface.h @@ -12,7 +12,7 @@ typedef void * xrb_transaction; // Convert public/private key bytes 'source' to a 64 byte not-null-terminated hex string 'destination' void xrb_uint256_to_string (const xrb_uint256 source, char * destination); // Convert public key bytes 'source' to a 65 byte non-null-terminated account string 'destination' -void xrb_uint256_to_address (xrb_uint256 source, char * destination) +void xrb_uint256_to_address (xrb_uint256 source, char * destination); // Convert public/private key bytes 'source' to a 128 byte not-null-terminated hex string 'destination' void xrb_uint512_to_string (const xrb_uint512 source, char * destination);