diff options
author | Valentin Batz <senneth@irssi.org> | 2004-09-15 12:11:43 +0000 |
---|---|---|
committer | senneth <senneth@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-09-15 12:11:43 +0000 |
commit | 8ea717b67609a7ddaa6481e49fc638a4b40e84e8 (patch) | |
tree | 10e28c5a7f6ade72b86ad7fd8c680320ecafa36b /src/fe-common/core/module-formats.h | |
parent | 55bcc420a713d5bfac3813f7bc002de0b0c13538 (diff) | |
download | irssi-8ea717b67609a7ddaa6481e49fc638a4b40e84e8.zip |
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3295 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/module-formats.h')
-rw-r--r-- | src/fe-common/core/module-formats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h index 95465c33..ea9af5d2 100644 --- a/src/fe-common/core/module-formats.h +++ b/src/fe-common/core/module-formats.h @@ -187,6 +187,7 @@ enum { TXT_INVALID_TIME, TXT_INVALID_LEVEL, TXT_INVALID_SIZE, + TXT_INVALID_CHARSET, TXT_FILL_11, @@ -219,7 +220,6 @@ enum { TXT_CONVERSION_ADDED, TXT_CONVERSION_REMOVED, TXT_CONVERSION_NOT_FOUND, - TXT_CONVERSION_NOT_SUPPORTED, TXT_RECODE_HEADER, TXT_RECODE_LINE, |