(svn r1255) Renamed "postfix" to "suffix", for strings and variable names

This commit is contained in:
dominik
2004-12-23 18:28:13 +00:00
parent 60052ffb45
commit 58c153b9ac
5 changed files with 20 additions and 20 deletions

View File

@@ -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];