--- pgp/src/charset.h 2018/04/24 16:39:26 1.1 +++ pgp/src/charset.h 2018/04/24 16:43:43 1.1.1.4 @@ -3,7 +3,8 @@ * user ID's (will be implemented in a future release of PGP, now they * are just dummies) */ -#define CONVERT_TO_CANONICAL_CHARSET(s) /* String to internal string (at same place) */ +#define CONVERT_TO_CANONICAL_CHARSET(s) + /* String to internal string (at same place) */ #define LOCAL_CHARSET(s) s /* String to external string */ extern char INT_C(char c); /* Char to internal char */