vc9 now compiles, I have no idea what just happened.

This commit is contained in:
adelikat 2009-11-18 00:20:52 +00:00
parent 917b45f235
commit 7d34e1a885
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;
} }