diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-06-27 09:47:33 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-06-27 09:47:33 +0200 |
commit | 89de1678ef1cd0967fde4c08acf894e611da6551 (patch) | |
tree | b34d0db49d44162a71f290b789e910740641d92c | |
parent | f8536e8c14860d121e7b88feb9843756f144a0b7 (diff) |
-fix typo
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw_reveal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.h b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.h index 73ebc6fb5..f7b813fe7 100644 --- a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.h +++ b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.h @@ -18,8 +18,8 @@ * @brief Handle /age-withdraw/$ACH/reveal requests * @author Özgür Kesim */ -#ifndef TALER_EXCHANGE_HTTPD_AGE_WITHDRAW_H -#define TALER_EXCHANGE_HTTPD_AGE_WITHDRAW_H +#ifndef TALER_EXCHANGE_HTTPD_AGE_WITHDRAW_REVEAL_H +#define TALER_EXCHANGE_HTTPD_AGE_WITHDRAW_REVEAL_H #include <microhttpd.h> #include "taler-exchange-httpd.h" |