mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Commas at the end of enumerator lists aren't allowed.
[originally from svn r2466]
This commit is contained in:
parent
ac6221c757
commit
78acf8edb8
@ -54,7 +54,7 @@
|
|||||||
enum {
|
enum {
|
||||||
WC_TRAILINGBACKSLASH = 1,
|
WC_TRAILINGBACKSLASH = 1,
|
||||||
WC_UNCLOSEDCLASS,
|
WC_UNCLOSEDCLASS,
|
||||||
WC_INVALIDRANGE,
|
WC_INVALIDRANGE
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user