Change comment to avoid warning (don't end line comment with '\').
git-svn-id: http://skia.googlecode.com/svn/trunk@7542 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
bf486f8153
commit
5b7bac5ce1
@ -292,7 +292,7 @@ int tool_main(int argc, char** argv) {
|
||||
// However, diff will encode the filename as a cstring if the filename contains
|
||||
// Any of <space> or <double quote>
|
||||
// A char less than 32
|
||||
// Any escapable character \a, \b, \t, \n, \v, \f, \r, \\
|
||||
// Any escapable character \\, \a, \b, \t, \n, \v, \f, \r
|
||||
//
|
||||
// Patch decodes:
|
||||
// If first <non-white-space> is <double quote>, parse filename from cstring.
|
||||
|
Loading…
Reference in New Issue
Block a user