MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / LineUnexpectedError

Method LineUnexpectedError

source/script.cpp:13002–13007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13000
13001
13002ResultType 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

Callers 2

LoadIncludedFileMethod · 0.80
AddLineMethod · 0.80

Calls 1

sntprintfFunction · 0.85

Tested by

no test coverage detected