CVS: sml-dist/src/runtime/mach-dep cygwin-fault.c,1.2,1.3

Allen Leung <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/runtime/mach-dep
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3531/src/runtime/mach-dep

Modified Files:
	cygwin-fault.c 
Log Message:
     Fixed a typo in the cygwin code.


Index: cygwin-fault.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/mach-dep/cygwin-fault.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cygwin-fault.c	31 May 2005 20:47:40 -0000	1.2
--- cygwin-fault.c	31 May 2005 20:59:36 -0000	1.3
***************
*** 51,59 ****
        case CTRL_C_EVENT:
        case CTRL_BREAK_EVENT:
!          if (!cygwin_generic_handler(SIGINT)) {
              return TRUE;
           }
           return FALSE;
!       default: ;
           return FALSE;
     }
--- 51,59 ----
        case CTRL_C_EVENT:
        case CTRL_BREAK_EVENT:
!          if (cygwin_generic_handler(SIGINT)) {
              return TRUE;
           }
           return FALSE;
!       default: 
           return FALSE;
     }



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.