Fix typo in code

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@408 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
harrybharry 2009-01-29 15:46:31 +00:00
parent c889934a2d
commit d8bfb122be

View File

@ -149,7 +149,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR cmdLineAnsi, int nCmdSh
ParamVector params;
parseCommandLine(cmdLine, params);
MiniDumper mdump(); //for debugging purposes.
MiniDumper mdump; //for debugging purposes.
bool TheFirstOne = true;
::SetLastError(NO_ERROR);