diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index e9b72403c6b..9beb4350bbf 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -194,7 +194,7 @@ enum coding_attr_index | |||
| 194 | 194 | ||
| 195 | #define CODING_SYSTEM_ID(coding_system_symbol) \ | 195 | #define CODING_SYSTEM_ID(coding_system_symbol) \ |
| 196 | hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ | 196 | hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ |
| 197 | coding_system_symbol, NULL) | 197 | coding_system_symbol) |
| 198 | 198 | ||
| 199 | /* Return true if CODING_SYSTEM_SYMBOL is a coding system. */ | 199 | /* Return true if CODING_SYSTEM_SYMBOL is a coding system. */ |
| 200 | 200 | ||