diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.h b/variables.h index 2a31f76e6..0b51cf5d0 100644 --- a/variables.h +++ b/variables.h @@ -45,8 +45,8 @@ typedef struct { uint16 rate; char separator; uint16 to_euro; - char pre[16]; - char post[16]; + char prefix[16]; + char suffix[16]; } CurrencySpec; VARDEF CurrencySpec _currency_specs[24]; |