Show
Ignore:
Timestamp:
2000-03-13 14:36:55 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Various nits, noted by Gero Treuner.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.h

    r1601 r1625  
    1919#ifndef _CHARSET_H 
    2020#define _CHARSET_H 
    21  
    22 #define CHARSET_MAGIC "Mutt Character Set Definition 1.1\n" 
    23  
    24 #ifndef _GEN_CHARSETS 
    2521 
    2622typedef int CHARSET_MAP[256]; 
     
    9692void mutt_decode_utf8_string(char *, CHARSET *); 
    9793 
    98 #endif 
    99  
    10094#endif /* _CHARSET_H */