aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-04 16:24:44 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-04 16:24:44 +0000
commit5b7bac5ce162eee6d73c33373029a4e5a9f94683 (patch)
tree2b727c2e35f56b9746b7ea03a3b82288d39a4662 /tools
parentbf486f815360457fd6e07ffca61557ff1f949470 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/skdiff_image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skdiff_image.cpp b/tools/skdiff_image.cpp
index 14875874c2..086fb09a5b 100644
--- a/tools/skdiff_image.cpp
+++ b/tools/skdiff_image.cpp
@@ -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.