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