diff options
Diffstat (limited to 'client/wallet.c')
-rw-r--r-- | client/wallet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/wallet.c b/client/wallet.c index 435f000..cb4ba3d 100644 --- a/client/wallet.c +++ b/client/wallet.c @@ -46,7 +46,7 @@ Options:\n\ /* * Display the usage message for wallet. */ -static void __attribute__((__noreturn__)) +__attribute__((__noreturn__)) static void usage(int status) { fprintf((status == 0) ? stdout : stderr, usage_message, WALLET_PORT, |