Forgot to add break here...

This commit is contained in:
Kohei Yoshida 2012-03-12 22:09:36 -04:00
parent 794f4e2329
commit 307bfa235b

View file

@ -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");
}