summaryrefslogtreecommitdiff
path: root/currency.h
diff options
context:
space:
mode:
Diffstat (limited to 'currency.h')
-rw-r--r--currency.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/currency.h b/currency.h
index a94f85eb2..d1de97e41 100644
--- a/currency.h
+++ b/currency.h
@@ -11,7 +11,7 @@ enum {
typedef struct {
uint16 rate;
char separator;
- uint16 to_euro;
+ Year to_euro;
char prefix[16];
char suffix[16];
} CurrencySpec;