Update of /cvsroot/pywin32/pywin32/isapi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27676
Modified Files:
pyISAPI.cpp
Log Message:
correct typo in comment
Index: pyISAPI.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/isapi/src/pyISAPI.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pyISAPI.cpp 14 Dec 2006 08:34:39 -0000 1.7
--- pyISAPI.cpp 17 Jan 2007 04:36:54 -0000 1.8
***************
*** 155,159 ****
if (!filterHandler.Init(&pyEngine, name_filter_factory,
name_filter_init, name_filter_do, name_filter_term))
! // error already imported.
return FALSE;
--- 155,159 ----
if (!filterHandler.Init(&pyEngine, name_filter_factory,
name_filter_init, name_filter_do, name_filter_term))
! // error already reported.
return FALSE;
|