Update of /cvsroot/vba/VisualBoyAdvance/src/win32
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29571/src/win32
Modified Files:
MainWnd.cpp
Log Message:
corrected typo
Index: MainWnd.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/MainWnd.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** MainWnd.cpp 18 Jul 2006 14:13:42 -0000 1.22
--- MainWnd.cpp 18 Jul 2006 14:15:16 -0000 1.23
***************
*** 1112,1116 ****
// screenshot file already exists
screenCapture(++captureNumber);
! // this will recursively use the first non-existent scrrenshot number
return;
}
--- 1112,1116 ----
// screenshot file already exists
screenCapture(++captureNumber);
! // this will recursively use the first non-existent screenshot number
return;
}
|