| Olivier Ramare on Sat, 21 Jun 2003 20:21:01 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| paristio.h |
Hi,
paristio.h, around line 67:
enum logstyles {
logstyle_none, /* 0 */
logstyle_plain, /* 1 */
logstyle_color, /* 2 */
logstyle_TeX, /* 3 */
};
The last "," after TeX should be removed, compilation
with -pedantic option otherwise complains.
An interesting remark, isn't it ?
Best,
Amities,
Olivier