mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 00:04:25 +02:00
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:
parent
c889934a2d
commit
d8bfb122be
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user