1
0
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:
Ben Harris 2003-01-05 14:18:00 +00:00
parent ac6221c757
commit 78acf8edb8

View File

@ -54,7 +54,7 @@
enum { enum {
WC_TRAILINGBACKSLASH = 1, WC_TRAILINGBACKSLASH = 1,
WC_UNCLOSEDCLASS, WC_UNCLOSEDCLASS,
WC_INVALIDRANGE, WC_INVALIDRANGE
}; };
/* /*