stupid Visual Studio not saving everything.

This commit is contained in:
adelikat 2009-11-17 23:51:08 +00:00
parent c400aaab01
commit 917b45f235
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ BOOL CALLBACK AddbpCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
EndDialog(hwndDlg,1); EndDialog(hwndDlg,1);
break; break;
} }
if ((tmp=AddBreak(hwndDlg)) == TOO_MANY_BREAKPOINTS) { if ((tmp=AddBreak,(hwndDlg)) == TOO_MANY_BREAKPOINTS) {
MessageBox(hwndDlg, "Too many breakpoints, please delete one and try again", "Breakpoint Error", MB_OK); MessageBox(hwndDlg, "Too many breakpoints, please delete one and try again", "Breakpoint Error", MB_OK);
goto endaddbrk; goto endaddbrk;
} }