Change comment to avoid warning (don't end line comment with '\').
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Feb 2013 16:24:44 +0000 (16:24 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Feb 2013 16:24:44 +0000 (16:24 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@7542 2bbb7eff-a529-9590-31e7-b0007b416f81

tools/skdiff_image.cpp

index 14875874c27fe6930c503da1af7e30428f3dd6ab..086fb09a5bfb8648e3b8dab8bb6a0ad964b5aeb7 100644 (file)
@@ -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.