- new icons for all control panel applets.
[reactos.git] / rosapps / notevil / notevil.c
index 509dd96..6723c09 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: notevil.c,v 1.5 2001/02/18 19:31:38 phreak Exp $
+/* $Id$
  *
  * notevil.c
- * 
+ *
  * --------------------------------------------------------------------
  *
  * This software is free software; you can redistribute it and/or
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU Library General Public
  * License along with this software; see the file COPYING.LIB. If
  * not, write to the Free Software Foundation, Inc., 675 Mass Ave,
- * Cambridge, MA 02139, USA.  
+ * Cambridge, MA 02139, USA.
  *
  * --------------------------------------------------------------------
  * ReactOS Coders Console Parade
@@ -215,7 +215,7 @@ main(
         LARGE_INTEGER lint;
        DWORD Written;
        COORD Coord = { 0, 0 };
-       
+
        myself = GetModuleHandle(NULL);
 
        GetConsoleScreenBufferInfo (GetStdHandle(STD_OUTPUT_HANDLE),
@@ -254,7 +254,7 @@ main(
        lint.QuadPart = -2000000;
        if( SetWaitableTimer( WaitableTimer, &lint, 200, NULL, NULL, FALSE ) == FALSE )
          {
-           printf( "SetWaitableTimer() failed: %x\n", GetLastError() );
+           printf( "SetWaitableTimer() failed: 0x%lx\n", GetLastError() );
            return 2;
          }
        SetConsoleActiveScreenBuffer(ScreenBuffer);