Kaydet (Commit) 307bfa23 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Forgot to add break here...

üst 794f4e23
......@@ -278,6 +278,7 @@ void ScDPItemData::Dump(const char* msg) const
break;
case RangeStart:
printf("range start: %g\n", mfValue);
break;
default:
printf("unknown type\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment