Skip to content

Commit 5ac2579

Browse files
committed
Fixed bug in handling OnPluginMXPopenTag script callback
1 parent 46cef19 commit 5ac2579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mxp/mxpStart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ bool CMUSHclientDoc::MXP_StartTagScript (const CString & strName,
551551
CFormat ("%s,%s",
552552
(LPCTSTR) strName,
553553
(LPCTSTR) strArguments)
554-
), true)
554+
, true))
555555
return true;
556556

557557

0 commit comments

Comments
 (0)