aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gm/gmmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 5ba3a80402..1b94853d75 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -1086,7 +1086,7 @@ int tool_main(int argc, char** argv) {
if ((gmIndex % moduloCount) != moduloIndex) {
continue;
}
- moduloStr.printf("[%d % %d] ", gmIndex, moduloCount);
+ moduloStr.printf("[%d.%d] ", gmIndex, moduloCount);
}
const char* shortName = gm->shortName();