Fix additional range in character class.
authorNico Weber <thakis@chromium.org>
Fri, 13 Dec 2013 21:01:02 +0000 (13:01 -0800)
committerNico Weber <thakis@chromium.org>
Fri, 13 Dec 2013 21:01:02 +0000 (13:01 -0800)
commit81f935bf2da05ec97da6d6268c7a283859779275
treec8ddbbb38e265dd287ee12bbd6769d4981faacd2
parent2517b75781decd49bc82f05f8336c509f7b2c62e
Fix additional range in character class.

The range was added in 7ab6dcbdb6447861eefafc47fc3e10f3273cede2, but that
change only tried to add ! to the character class. Fix by moving '-' to the end
of the class.

Fixes #694.
src/depfile_parser.cc
src/depfile_parser.in.cc