aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz/fuzz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz.cpp')
-rw-r--r--fuzz/fuzz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz.cpp b/fuzz/fuzz.cpp
index 161969fb43..0917747790 100644
--- a/fuzz/fuzz.cpp
+++ b/fuzz/fuzz.cpp
@@ -201,7 +201,7 @@ static int fuzz_file(SkString path, SkString type) {
return 0;
}
#endif
- SkDebugf("Unknown type %s\n");
+ SkDebugf("Unknown type %s\n", type.c_str());
SkCommandLineFlags::PrintUsage();
return 1;
}