Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 927 → Rev 926

/shark/trunk/drivers/oldchar/keyb.c
20,11 → 20,11
 
/**
------------
CVS : $Id: keyb.c,v 1.3 2005-01-08 14:57:06 pj Exp $
CVS : $Id: keyb.c,v 1.2 2004-01-17 13:17:52 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2005-01-08 14:57:06 $
Revision: $Revision: 1.2 $
Last update: $Date: 2004-01-17 13:17:52 $
------------
 
Author: Giuseppe Lipari
508,7 → 508,8
set_active_page(0);
set_visual_page(0);
cputs("Ctrl-C pressed!\n");
exit(1);
sys_end();
// exit(1);
}
 
/* This is the interface to application */