| 13000 | |
| 13001 | |
| 13002 | ResultType Line::LineUnexpectedError() |
| 13003 | { |
| 13004 | TCHAR buf[127]; |
| 13005 | sntprintf(buf, _countof(buf), _T("Unexpected \"%s\""), g_act[mActionType].Name); |
| 13006 | return LineError(buf); |
| 13007 | } |
| 13008 | |
| 13009 | |
| 13010 |
no test coverage detected