mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-08 23:03:43 -05:00
Commas at the end of enumerator lists aren't allowed.
[originally from svn r2466]
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
enum {
|
enum {
|
||||||
WC_TRAILINGBACKSLASH = 1,
|
WC_TRAILINGBACKSLASH = 1,
|
||||||
WC_UNCLOSEDCLASS,
|
WC_UNCLOSEDCLASS,
|
||||||
WC_INVALIDRANGE,
|
WC_INVALIDRANGE
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user