STYLE: fix line len error

This commit is contained in:
Bill Hoffman 2007-12-09 19:58:33 -05:00
parent 526e5284c6
commit af1230fea0
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ struct cmVS7FlagTable
SemicolonAppendable = (1<<4), // a flag that if specified multiple times
// should have its value appended to the
// old value with semicolons (e.g.
// /NODEFAULTLIB: => IgnoreDefaultLibraryNames)
// /NODEFAULTLIB: =>
// IgnoreDefaultLibraryNames)
UserValueIgnored = UserValue | UserIgnored,
UserValueRequired = UserValue | UserRequired