Changeset 6431 for trunk/src


Ignore:
Timestamp:
Jul 31, 2001, 11:36:37 PM (24 years ago)
Author:
bird
Message:

Added a newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev16/d16init.c

    r5480 r6431  
    1 /* $Id: d16init.c,v 1.11 2001-04-04 21:28:44 bird Exp $
     1/* $Id: d16init.c,v 1.12 2001-07-31 21:36:37 bird Exp $
    22 *
    33 * d16init - init routines for both drivers.
    44 *
    55 * IMPORTANT! Code and data defined here will be discarded after init is
    6  *            compleated. CodeEnd and DataEnd should not be set here.?
     6 *            completed. CodeEnd and DataEnd should not be set here.?
    77 *
    88 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     
    168168        pRpOut->Status = pRpOut->rph.Status = STATUS_DONE | STERR | ERROR_I24_GEN_FAILURE;
    169169    }
     170    printf16("\n");
    170171
    171172    /* Init is completed. */
Note: See TracChangeset for help on using the changeset viewer.